diff options
| -rw-r--r-- | README.md | 24 | 
1 files changed, 19 insertions, 5 deletions
@@ -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.  |