svn commit: r217204 - user/nwhitehorn/bsdinstall
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Sun Jan 9 20:53:14 UTC 2011
Author: nwhitehorn
Date: Sun Jan 9 20:53:13 2011
New Revision: 217204
URL: http://svn.freebsd.org/changeset/base/217204
Log:
Change "Installer" option to "Install".
Modified:
user/nwhitehorn/bsdinstall/rc.local
Modified: user/nwhitehorn/bsdinstall/rc.local
==============================================================================
--- user/nwhitehorn/bsdinstall/rc.local Sun Jan 9 20:40:21 2011 (r217203)
+++ user/nwhitehorn/bsdinstall/rc.local Sun Jan 9 20:53:13 2011 (r217204)
@@ -9,10 +9,10 @@
TERM=xterm; export TERM # XXX: serial consoles
-cdialog --backtitle "FreeBSD Installer" --title "Welcome" --extra-button --extra-label "Shell" --ok-label "Installer" --cancel-label "Live CD" --yesno "Welcome to FreeBSD! Would you like to begin an installation or use the live CD?" 0 0
+cdialog --backtitle "FreeBSD Installer" --title "Welcome" --extra-button --extra-label "Shell" --ok-label "Install" --cancel-label "Live CD" --yesno "Welcome to FreeBSD! Would you like to begin an installation or use the live CD?" 0 0
case $? in
-$DIALOG_OK) # Installer
+$DIALOG_OK) # Install
BSDINSTALL_CONFIGCURRENT=yes; export BSDINSTALL_CONFIGCURRENT
trap "" SIGINT # Ignore cntrl-C here
bsdinstall
More information about the svn-src-user
mailing list