git: be3631bc8d16 - main - option_survey.sh: Bump size to 5GB
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 May 2024 16:50:11 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=be3631bc8d1664aedb2b8538a75fe3ecbe7a1b57
commit be3631bc8d1664aedb2b8538a75fe3ecbe7a1b57
Author: Michael Dexter <editor@callfortesting.org>
AuthorDate: 2024-05-20 17:22:56 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-05-23 16:47:38 +0000
option_survey.sh: Bump size to 5GB
Increase image size from 4G to 5G to accommodate growth in OS.
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1251
---
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 46ce167c49d9..c787125c9acd 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