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.
This commit is contained in:
Nathan Whitehorn 2011-04-09 14:18:03 +00:00
parent a5c28e29e2
commit 23724537d0

View File

@ -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