From ac30855f851f88c06437430bf5d8cd53e1baea26 Mon Sep 17 00:00:00 2001 From: Michael Dexter Date: Mon, 20 May 2024 10:22:56 -0700 Subject: [PATCH] Update option_survey.sh Increase image size from 4G to 5G to accommodate current OS. --- tools/tools/build_option_survey/option_survey.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/build_option_survey/option_survey.sh b/tools/tools/build_option_survey/option_survey.sh index 46ce167c49d9ac..c787125c9acdf0 100644 --- a/tools/tools/build_option_survey/option_survey.sh +++ b/tools/tools/build_option_survey/option_survey.sh @@ -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