summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2014-09-13 22:03:51 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2014-09-13 22:03:51 +0000
commit7d7cd42c1eb46c5e5a84d3feef67dbdd350eed6c (patch)
tree294b002501d0313f3fa6afc2224893f1255871fc /usr.sbin
parent727760a4e452031c6ff1856c341de106c671838e (diff)
downloadFreeBSD-src-7d7cd42c1eb46c5e5a84d3feef67dbdd350eed6c.zip
FreeBSD-src-7d7cd42c1eb46c5e5a84d3feef67dbdd350eed6c.tar.gz
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.
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/auto3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
index d2ac83d..552bb07 100755
--- a/usr.sbin/bsdinstall/scripts/auto
+++ b/usr.sbin/bsdinstall/scripts/auto
@@ -252,7 +252,8 @@ if [ ! -z "$BSDINSTALL_FETCHDEST" ]; then
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"
OpenPOWER on IntegriCloud