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:
parent
d421870917
commit
efd6e672e4
@ -151,10 +151,6 @@ f_dialog_menutag_fetch selected
|
|||||||
# Let pkg_add be able to use name servers
|
# Let pkg_add be able to use name servers
|
||||||
f_quietly cp -f $BSDINSTALL_TMPETC/resolv.conf $BSDINSTALL_CHROOT/etc/
|
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
|
# Install each of the selected packages
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user