svn commit: r220499 - head/usr.sbin/bsdinstall/scripts

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sat Apr 9 14:18:03 UTC 2011


Author: nwhitehorn
Date: Sat Apr  9 14:18:03 2011
New Revision: 220499
URL: http://svn.freebsd.org/changeset/base/220499

Log:
  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.

Modified:
  head/usr.sbin/bsdinstall/scripts/auto

Modified: head/usr.sbin/bsdinstall/scripts/auto
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/auto	Sat Apr  9 14:09:46 2011	(r220498)
+++ head/usr.sbin/bsdinstall/scripts/auto	Sat Apr  9 14:18:03 2011	(r220499)
@@ -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


More information about the svn-src-all mailing list