From 8f78d7ac1e4e187fcfe973d1e84308cf870ba9a2 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sat, 24 Jul 2021 20:12:02 +0200 Subject: Release installiso 0.1.0 --- files/installiso-0.1.0.tar.gz | Bin 0 -> 4733 bytes files/installiso.8-0.1.0.html | 180 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 180 insertions(+) create mode 100644 files/installiso-0.1.0.tar.gz create mode 100644 files/installiso.8-0.1.0.html (limited to 'files') diff --git a/files/installiso-0.1.0.tar.gz b/files/installiso-0.1.0.tar.gz new file mode 100644 index 0000000..e063852 Binary files /dev/null and b/files/installiso-0.1.0.tar.gz differ diff --git a/files/installiso.8-0.1.0.html b/files/installiso.8-0.1.0.html new file mode 100644 index 0000000..31c06af --- /dev/null +++ b/files/installiso.8-0.1.0.html @@ -0,0 +1,180 @@ + + + + + + + + INSTALLISO(8) + + + + + + + + +
INSTALLISO(8)System Manager's ManualINSTALLISO(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:

+
+
+
Verbose mode. Causes 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:

+
+
+ [-f] [-m + mirror] [-r + release] [-p + key] [-o + output]
+
Download and verify an official ISO 9660 installation image. +
+
+
Force overwriting existing files. By default, + fetch will not overwrite existing files.
+
+ mirror
+
The HTTP(S) OpenBSD + mirror to use. Defaults to the mirror specified + by installurl(5) or else + https://cdn.openbsd.org/pub/OpenBSD/.
+
+ release
+
The OpenBSD release. + Defaults to the latest development snapshot of -current.
+
+ key
+
The public signify(1) key used + to verify the downloaded installation image. Defaults to the key + /etc/signify/openbsd-*-base.pub corresponding + to the downloaded release.
+
+
+
+ [-f] [-i + install_conf] [-u + upgrade_conf] [-s + site_dir] input + output
+
Patch an ISO 9660 installation image. +
+
+
Force overwriting existing files. By default, + patch will not overwrite existing files.
+
+ install_conf
+
Insert an autoinstall(8) response file for + unattended installation.
+
+ upgrade_conf
+
Insert an autoinstall(8) response file for + unattended upgrade.
+
+ site
+
Package and insert the directory site as a + site-specific file set.
+
input
+
The input installation image file.
+
output
+
The output installation image file.
+
+
+
+
+
+

+

The 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, 2021OpenBSD 6.9
+ + -- cgit v1.2.3