summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-23 22:20:18 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-23 22:20:18 +0200
commitc2202f50a5bb044fb17d74bf7ba6b62babdb197a (patch)
tree8f4b0808cd41dd89e66bee8dfeb84d4bf50fdb59
parentfced93e36d77047e0a1fb4b1a94bb01a8120de2c (diff)
downloadopenbsd-installiso-c2202f50a5bb044fb17d74bf7ba6b62babdb197a.tar
Describe usage
-rw-r--r--README.md24
1 files changed, 19 insertions, 5 deletions
diff --git a/README.md b/README.md
index a28240f..c8314b6 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,24 @@
# Installiso
-Installiso is a utility for OpenBSD that facilitates creating custom ISO 9660
-installation images for unattended installation. See
-[this](https://www.skreutz.com/posts/first-release-of-installiso/) blog post
-for an introduction, and refer to the man page for details.
+Installiso is a utility for OpenBSD that facilitates creating custom ISO 9660 installation images for unattended installation.
+See [this](https://www.skreutz.com/posts/first-release-of-installiso/) blog post for an introduction.
-## Install
+## Usage
+
+Fetch the latest development snapshot:
+
+ $ installiso -v fetch
+
+Fetch a specific release:
+
+ $ installiso -v fetch -r 6.9
+
+Create a custom image for unattended installation:
+
+ $ doas installiso -v patch -i install.conf install69.iso custom.iso
+
+See the manual page for details.
+
+## Installation
Run `make install` as root to install the `installiso` utility and man page.
Generated by cgit. See skreutz.com for my tech blog and contact information.