svn commit: r271777 - stable/10/usr.sbin/bsdinstall/scripts
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Thu Sep 18 14:53:30 UTC 2014
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"
More information about the svn-src-stable
mailing list