Date: Sun, 9 Jan 2011 20:53:13 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r217204 - user/nwhitehorn/bsdinstall Message-ID: <201101092053.p09KrDFk056148@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101092053.p09KrDFk056148>