Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2011 14:18:03 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220499 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201104091418.p39EI3sj016563@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104091418.p39EI3sj016563>