Remove a non-required unsafe condition added in the previous commit

Reviewed by:	bapt
Approved by:	dteske
Sponsored by:	ScaleEngine Inc.
This commit is contained in:
Allan Jude 2015-03-18 23:47:30 +00:00
parent d421870917
commit efd6e672e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280235

View File

@ -151,10 +151,6 @@ f_dialog_menutag_fetch selected
# Let pkg_add be able to use name servers
f_quietly cp -f $BSDINSTALL_TMPETC/resolv.conf $BSDINSTALL_CHROOT/etc/
if [ ! -x $BSDINSTALL_CHROOT ]; then
ASSUME_ALWAYS_YES=YES chroot $BSDINSTALL_CHROOT pkg bootstrap
fi
#
# Install each of the selected packages
#