# Installiso Installiso is a utility for OpenBSD that facilitates creating custom ISO 9660 installation images for unattended installation. See [this][intro] blog post for an introduction. Installiso's original source code is hosted [here][home]. [intro]: https://www.skreutz.com/posts/first-release-of-installiso/ [home]: https://git.skreutz.com/openbsd-installiso.git/ ## 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.