From 8ffd26cd42934767856d8fa4f5a754a0e763981f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 16 Jan 2012 13:50:32 -0500 Subject: [PATCH] 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. --- gnomeos/yocto/gnomeos-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnomeos/yocto/gnomeos-run.sh b/gnomeos/yocto/gnomeos-run.sh index 2ff42515..b584cbb9 100755 --- a/gnomeos/yocto/gnomeos-run.sh +++ b/gnomeos/yocto/gnomeos-run.sh @@ -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