From c2202f50a5bb044fb17d74bf7ba6b62babdb197a Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Mon, 23 May 2022 22:20:18 +0200 Subject: Describe usage --- README.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a28240f..c8314b6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,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, and refer to the man page for details. +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. -## Install +## 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. -- cgit v1.2.3