increase the disk space due to the MINIMUM_DISK_SIZE requirement
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 16 Apr 2008 11:13:20 +0000 (11:13 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 16 Apr 2008 11:13:20 +0000 (11:13 +0000)
system/template-qemu/qemu-start-node

index 0b4eab4..8556f4f 100755 (executable)
@@ -6,7 +6,7 @@ cd $(dirname $0)
 
 ########## globals
 RAM=1024
-DISK_SIZE=10G
+DISK_SIZE=18G
 HDA=hdd-cow2-${DISK_SIZE}.img
 QEMU_CREATE_IMAGE="qemu-img create -f qcow2 $HDA ${DISK_SIZE}"