Increase size of working imgfile from 250MB to 4GB

Submitted by:	dexter
Approved by:	re(gjb), phk (mentor)
MFC after:	3 days
This commit is contained in:
Rodney W. Grimes 2018-09-07 15:52:20 +00:00
parent 0b19a7a17a
commit 5b029767e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338525

View File

@ -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