svn commit: r338525 - head/tools/tools/build_option_survey

Rodney W. Grimes rgrimes at FreeBSD.org
Fri Sep 7 15:52:21 UTC 2018


Author: rgrimes
Date: Fri Sep  7 15:52:20 2018
New Revision: 338525
URL: https://svnweb.freebsd.org/changeset/base/338525

Log:
  Increase size of working imgfile from 250MB to 4GB
  
  Submitted by:	dexter
  Approved by:	re(gjb), phk (mentor)
  MFC after:	3 days

Modified:
  head/tools/tools/build_option_survey/option_survey.sh

Modified: head/tools/tools/build_option_survey/option_survey.sh
==============================================================================
--- head/tools/tools/build_option_survey/option_survey.sh	Fri Sep  7 15:48:01 2018	(r338524)
+++ head/tools/tools/build_option_survey/option_survey.sh	Fri Sep  7 15:52:20 2018	(r338525)
@@ -118,7 +118,7 @@ trap "umount ${MNT} || true; mdconfig -d -u $MDUNIT" 1
 
 umount $MNT || true
 mdconfig -d -u $MDUNIT || true
-dd if=/dev/zero of=${ODIR}/imgfile bs=1m count=250 
+dd if=/dev/zero of=${ODIR}/imgfile bs=1m count=4096
 mdconfig -a -t vnode -f ${ODIR}/imgfile -u $MDUNIT
 
 # Build & install the reference world


More information about the svn-src-head mailing list