summaryrefslogtreecommitdiff
path: root/README.md
blob: d37b30f3f4dfbb31ba2d956c45de45aef08746a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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.

[intro]: https://www.skreutz.com/posts/first-release-of-installiso/

## 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.