summaryrefslogtreecommitdiff
path: root/README.md
blob: c8314b69af14b8cb345232200f7b6fa62de52c80 (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
# 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.

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