summaryrefslogtreecommitdiff
path: root/README.md
blob: e1d6211ddc85abe39b2a114ab299a6e3399e8789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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, and refer to the man page for details.

## Install

Run `make install` as root to install the `installiso` utility and man page.

## Release

Create an annotated tag, and an archive as follows, replacing `0.1.0` with the
current version.

    $ git tag --annotate --message "Version 0.1.0" 0.1.0
    $ git archive --format=tar.gz --prefix=installiso-0.1.0/ \
        --output installiso-0.1.0.tar.gz 0.1.0

Generated by cgit. See skreutz.com for my tech blog and contact information.