From owner-svn-src-user@FreeBSD.ORG Sun Jan 9 20:53:13 2011 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF32C1065670; Sun, 9 Jan 2011 20:53:13 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DED7A8FC14; Sun, 9 Jan 2011 20:53:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p09KrDk1056150; Sun, 9 Jan 2011 20:53:13 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p09KrDFk056148; Sun, 9 Jan 2011 20:53:13 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201101092053.p09KrDFk056148@svn.freebsd.org> From: Nathan Whitehorn Date: Sun, 9 Jan 2011 20:53:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r217204 - user/nwhitehorn/bsdinstall X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jan 2011 20:53:14 -0000 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