git: fea2cffb8659 - main - bsdinstall.8: Document BSDINSTALL_SKIP_* variables
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Sep 2023 21:59:40 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=fea2cffb8659da1590401e04ce8cbf823c9da66c commit fea2cffb8659da1590401e04ce8cbf823c9da66c Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2023-09-18 18:11:30 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2023-09-18 21:59:09 +0000 bsdinstall.8: Document BSDINSTALL_SKIP_* variables Fixes: 17f4ded55180 bsdinstall: add variables to allow skipping MFC after: 3 days --- usr.sbin/bsdinstall/bsdinstall.8 | 52 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/usr.sbin/bsdinstall/bsdinstall.8 b/usr.sbin/bsdinstall/bsdinstall.8 index 58f4e8e6dcdd..77da9622d4d7 100644 --- a/usr.sbin/bsdinstall/bsdinstall.8 +++ b/usr.sbin/bsdinstall/bsdinstall.8 @@ -323,6 +323,58 @@ Default: Path to a log file for the installation. Default: .Dq Pa $TMPDIR/bsdinstall_log +.It Ev BSDINSTALL_SKIP_HARDENING +If not empty, the +.Cm auto +target +will not invoke the +.Cm hardening +target. +.It Ev BSDINSTALL_SKIP_HOSTNAME +If not empty, the +.Cm auto +target +will not invoke the +.Cm hostname +target. +.It Ev BSDINSTALL_SKIP_KEYMAP +If not empty, the +.Cm auto +target +will not invoke the +.Cm keymap +target. +.It Ev BSDINSTALL_SKIP_MANUAL +If not empty, the +.Cm auto +target will not offer to open a shell in the new system +for final manual modifications. +.It Ev BSDINSTALL_SKIP_SERVICES +If not empty, the +.Cm auto +target +will not invoke the +.Cm services +target. +.It Ev BSDINSTALL_SKIP_TIME +If not empty, the +.Cm auto +target +will not invoke the +.Cm time +target. +.It Ev BSDINSTALL_SKIP_USERS +If not empty, the +.Cm auto +target +will not invoke the +.Cm adduser +target. +.It Ev BSDINSTALL_SKIP_FINALCONFIG +If not empty, the +.Cm auto +target will not show the final configuration dialog, +where earlier configuration choices can be revisited. .It Ev BSDINSTALL_TMPETC Directory where files destined for the new system's .Pa /etc