summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/scripts/auto
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2011-04-09 14:18:03 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2011-04-09 14:18:03 +0000
commit17025cd92127cf4d80759f1c13c168070ebfd442 (patch)
treedf3c9646983e7534a73a883d9eba735884c422bc /usr.sbin/bsdinstall/scripts/auto
parenta92a1dcda01636c0d6e11ff24dd989b9bb733727 (diff)
downloadFreeBSD-src-17025cd92127cf4d80759f1c13c168070ebfd442.zip
FreeBSD-src-17025cd92127cf4d80759f1c13c168070ebfd442.tar.gz
Rename the "Reboot" option to "Exit", which reflects what it actually
does. The rc.local wrapper script will also soon grow an option to use the live environment after installation, so an immediate reboot isn't even necessarily implied.
Diffstat (limited to 'usr.sbin/bsdinstall/scripts/auto')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/auto2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
index ea8dd3e..b4758ff 100755
--- a/usr.sbin/bsdinstall/scripts/auto
+++ b/usr.sbin/bsdinstall/scripts/auto
@@ -167,7 +167,7 @@ finalconfig() {
"Services" "Set daemons to run on startup" \
"Time Zone" "Set system timezone" \
"Shell" "Open a shell in the new system" \
- "Reboot" "Apply configuration and reboot" 2>&1 1>&3)
+ "Exit" "Apply configuration and exit installer" 2>&1 1>&3)
exec 3>&-
case "$REVISIT" in
OpenPOWER on IntegriCloud