[ostree] gnomeos-run.sh: Bump to 6 gigabytes



commit 8ffd26cd42934767856d8fa4f5a754a0e763981f
Author: Colin Walters <walters verbum org>
Date:   Mon Jan 16 13:50:32 2012 -0500

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomeos/yocto/gnomeos-run.sh b/gnomeos/yocto/gnomeos-run.sh
index 2ff4251..b584cbb 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]