diff options
author | Stefan Kreutz <mail@skreutz.com> | 2025-03-16 22:28:58 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2025-03-16 22:28:58 +0100 |
commit | 3fda9a0e19997af3a5e3c560ae96a1d32c018587 (patch) | |
tree | 84084da73c9904bfaf3adff319b626ad29930935 /posts/first-release-of-installiso.md | |
parent | e36d10a9291aaee79cadc8ec8501f561d50b0799 (diff) | |
download | blog-3fda9a0e19997af3a5e3c560ae96a1d32c018587.tar |
Fix typo
Diffstat (limited to 'posts/first-release-of-installiso.md')
-rw-r--r-- | posts/first-release-of-installiso.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/first-release-of-installiso.md b/posts/first-release-of-installiso.md index 175050e..43097f5 100644 --- a/posts/first-release-of-installiso.md +++ b/posts/first-release-of-installiso.md @@ -37,7 +37,7 @@ Alternatively, you can run `./installiso.ksh` without installation. ## Usage -Given a response file `install.conf`, and a file-specific file set `site/`, you can download, verify, and customize an official installation image as follows. +Given a response file `install.conf`, and a site-specific file set `site/`, you can download, verify, and customize an official installation image as follows. $ installiso -v fetch -r 6.9 $ doas installiso -v \ |