Skip to content

Commit

Permalink
Update option_survey.sh
Browse files Browse the repository at this point in the history
Increase image size from 4G to 5G to accommodate current OS.
  • Loading branch information
michaeldexter committed May 20, 2024
1 parent da590a3 commit ac30855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tools/build_option_survey/option_survey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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=4096
dd if=/dev/zero of=${ODIR}/imgfile bs=1m count=5120
mdconfig -a -t vnode -f ${ODIR}/imgfile -u $MDUNIT

# Build & install the reference world
Expand Down

0 comments on commit ac30855

Please sign in to comment.