mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
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:
parent
0b19a7a17a
commit
5b029767e2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338525
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user