diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2021-11-06 01:24:38 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2021-11-06 01:24:38 +0000 |
commit | ec2202e98fcc0812a071f0cc89e9d5a15ffef25d (patch) | |
tree | be8a49c740341932837b6d5328c39d261d45b157 /distrib | |
parent | f525d861c00a53c0cfe5750e212f1003ab66be16 (diff) |
Add site(8), OpenBSD installation and upgrade customization
This is practically https://www.openbsd.org/faq/faq4.html#site
"Customizing the Install Process"++ with practical examples and references
to/from relevant manuals.
Prodding/first diff from Aaron Poffenberger <akp AT hypernote DOT com>
"I didn't know about it and now I'm using it on all my systems." florian
Feedback semarie afresh1
OK afresh1
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/sets/lists/man/mi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distrib/sets/lists/man/mi b/distrib/sets/lists/man/mi index 2b65b7964c9..2fcf3a58313 100644 --- a/distrib/sets/lists/man/mi +++ b/distrib/sets/lists/man/mi @@ -2561,6 +2561,7 @@ ./usr/share/man/man8/security.8 ./usr/share/man/man8/sendmail.8 ./usr/share/man/man8/sensorsd.8 +./usr/share/man/man8/site.8 ./usr/share/man/man8/sftp-server.8 ./usr/share/man/man8/showmount.8 ./usr/share/man/man8/shutdown.8 |