INSTALLISO(8) | System Manager's Manual | INSTALLISO(8) |
installiso
—
Customize OpenBSD installation images
installiso |
[-v ] command
[arg ...] |
The installiso
utility facilitates
creating custom ISO 9660 installation images for the unattended installation
of OpenBSD.
The common options are as follows:
-v
installiso
to print
informative messages. Multiple -v
options increase
the verbosity. The maximum is 2. By default,
installiso
is quiet.The commands are as follows:
fetch
[-f
] [-m
mirror] [-r
release] [-p
key] [-o
output]-f
fetch
will not overwrite existing files.-m
mirror-r
release-p
keypatch
[-f
] [-i
install_conf] [-u
upgrade_conf] [-s
site_dir] input
output-f
patch
will not overwrite existing files.-i
install_conf-u
upgrade_conf-s
siteThe installiso
utility exits 0 on
success, and >0 if an error occurs.
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
autoinstall(8), mkhybrid(8), rdsetroot(8), sysupgrade(8), vnconfig(8)
Stefan Kreutz <mail@skreutz.com>
The installiso
utility is currently
limited to the amd64 architecture because it wasn't tested on any other
architecture.
July 24, 2021 | OpenBSD 6.9 |