mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-21 02:50:37 +03:00
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:
parent
5cfbcd2db4
commit
8ffd26cd42
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user