Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 14:53:30 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r271777 - stable/10/usr.sbin/bsdinstall/scripts
Message-ID:  <201409181453.s8IErUUi081429@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Thu Sep 18 14:53:30 2014
New Revision: 271777
URL: http://svnweb.freebsd.org/changeset/base/271777

Log:
  MFC r271552:
  
  Make the default choice for the chroot shell at the end be "No". This allows
  just pressing enter repeatedly to successfully install a reasonable system.
  
  Approved by:	re (gjb)

Modified:
  stable/10/usr.sbin/bsdinstall/scripts/auto
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/bsdinstall/scripts/auto
==============================================================================
--- stable/10/usr.sbin/bsdinstall/scripts/auto	Thu Sep 18 14:50:50 2014	(r271776)
+++ stable/10/usr.sbin/bsdinstall/scripts/auto	Thu Sep 18 14:53:30 2014	(r271777)
@@ -252,7 +252,8 @@ if [ ! -z "$BSDINSTALL_FETCHDEST" ]; the
 fi
 
 dialog --backtitle "FreeBSD Installer" --title "Manual Configuration" \
-    --yesno "The installation is now finished. Before exiting the installer, would you like to open a shell in the new system to make any final manual modifications?" 0 0
+    --default-button no --yesno \
+   "The installation is now finished. Before exiting the installer, would you like to open a shell in the new system to make any final manual modifications?" 0 0
 if [ $? -eq 0 ]; then
 	clear
 	mount -t devfs devfs "$BSDINSTALL_CHROOT/dev"



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