Skip to content

Commit

Permalink
option_survey.sh: Bump size to 5GB
Browse files Browse the repository at this point in the history
Increase image size from 4G to 5G to accommodate growth in OS.

Reviewed by: imp
Pull Request: #1251
  • Loading branch information
michaeldexter authored and bsdimp committed May 23, 2024
1 parent 083d149 commit be3631b
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

Check warning on line 123 in tools/tools/build_option_survey/option_survey.sh

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line
Expand Down

0 comments on commit be3631b

Please sign in to comment.