gnomeos-run.sh: Bump to 6 gigabytes

We're starting to get a large image...later we may want to change
this to only clone the last two builds, but for now this is OK.
This commit is contained in:
Colin Walters 2012-01-16 13:50:32 -05:00
parent 5cfbcd2db4
commit 8ffd26cd42

View File

@ -47,7 +47,7 @@ BRANCH_PREFIX="gnomeos-3.4-${ARCH}-"
OBJ=gnomeos-fs.img
if (! test -f ${OBJ}); then
rm -f ${OBJ}.tmp
qemu-img create ${OBJ}.tmp 2G
qemu-img create ${OBJ}.tmp 6G
mkfs.ext3 -q -F ${OBJ}.tmp
mv ${OBJ}.tmp ${OBJ}
fi