Author: allanjude (doc committer)
Date: Wed Mar 18 23:47:30 2015
New Revision: 280235
URL: https://svnweb.freebsd.org/changeset/base/280235

Log:
  Remove a non-required unsafe condition added in the previous commit
  
  Reviewed by:  bapt
  Approved by:  dteske
  Sponsored by: ScaleEngine Inc.

Modified:
  head/usr.sbin/bsdinstall/scripts/docsinstall

Modified: head/usr.sbin/bsdinstall/scripts/docsinstall
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/docsinstall        Wed Mar 18 23:24:38 
2015        (r280234)
+++ head/usr.sbin/bsdinstall/scripts/docsinstall        Wed Mar 18 23:47:30 
2015        (r280235)
@@ -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
 #
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to