aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>2018-09-07 15:52:20 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>2018-09-07 15:52:20 +0000
commit5b029767e23f89e39bb6acc639ba2ffee49895fd (patch)
tree214ad1c3af3b947ffba815aca043d48badba1f8b /tools
parent0b19a7a17a15bcbd4a38dc2365c007169f0fe543 (diff)
Increase size of working imgfile from 250MB to 4GB
Submitted by: dexter Approved by: re(gjb), phk (mentor) MFC after: 3 days
Notes
Notes: svn path=/head/; revision=338525
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/build_option_survey/option_survey.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/build_option_survey/option_survey.sh b/tools/tools/build_option_survey/option_survey.sh
index 0e1b911ae0df..2ebfcc7fd59e 100644
--- a/tools/tools/build_option_survey/option_survey.sh
+++ b/tools/tools/build_option_survey/option_survey.sh
@@ -118,7 +118,7 @@ trap "umount ${MNT} || true; mdconfig -d -u $MDUNIT" 1 2 15 EXIT
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