summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/scripts/auto
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2014-09-18 14:53:30 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2014-09-18 14:53:30 +0000
commitadb4c6080c0d40a450861f8ad12a1634fc813dc4 (patch)
tree3eaec8ac14b826966139e6c1180f4b7fb7c42595 /usr.sbin/bsdinstall/scripts/auto
parenta0b52baaa82642f374e8621df92ebe76e43eea1e (diff)
downloadFreeBSD-src-adb4c6080c0d40a450861f8ad12a1634fc813dc4.zip
FreeBSD-src-adb4c6080c0d40a450861f8ad12a1634fc813dc4.tar.gz
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)
Diffstat (limited to 'usr.sbin/bsdinstall/scripts/auto')
-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