summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2011-10-06 14:24:37 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2011-10-06 14:24:37 +0000
commit09d49031a0cff62063dace959ea1df65d7cf1a5a (patch)
treeae5832f6b6ad783ba8ee14534297d06511ebc2da /usr.sbin/bsdinstall
parent1370be3878bc693de4eff2ddc8ca7c6b36ac85ea (diff)
downloadFreeBSD-src-09d49031a0cff62063dace959ea1df65d7cf1a5a.zip
FreeBSD-src-09d49031a0cff62063dace959ea1df65d7cf1a5a.tar.gz
Move "Exit" to the first entry in the list, so that it is the default
choice. PR: bin/160913 MFC after: 3 days
Diffstat (limited to 'usr.sbin/bsdinstall')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/auto4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
index 68897dd..c15b5fa 100755
--- a/usr.sbin/bsdinstall/scripts/auto
+++ b/usr.sbin/bsdinstall/scripts/auto
@@ -158,6 +158,7 @@ finalconfig() {
REVISIT=$(dialog --backtitle "FreeBSD Installer" \
--title "Final Configuration" --no-cancel --menu \
"Setup of your FreeBSD system is nearly complete. You can now modify your configuration choices or apply more complex changes using a shell." 0 0 0 \
+ "Exit" "Apply configuration and exit installer"
"Add User" "Add a user to the system" \
"Root Password" "Change root password" \
"Hostname" "Set system hostname" \
@@ -165,8 +166,7 @@ finalconfig() {
"Services" "Set daemons to run on startup" \
"Time Zone" "Set system timezone" \
"Handbook" "Install FreeBSD Handbook (requires network)" \
- "Shell" "Open a shell in the new system" \
- "Exit" "Apply configuration and exit installer" 2>&1 1>&3)
+ "Shell" "Open a shell in the new system" 2>&1 1>&3)
exec 3>&-
case "$REVISIT" in
OpenPOWER on IntegriCloud