From bd0ba0c9dad0cf2be10bded4c060898737ae145d Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Thu, 6 Sep 2012 14:00:20 -0700 Subject: [PATCH] VDisk size must also be changed to allot for large stateful partition. BUG=chromium-os:34126 TEST=Ran image_to_vm with full line from buildbot. Change-Id: I7b579500e80f3b3882f7e9aa62f73e89bf11ceba Reviewed-on: https://gerrit.chromium.org/gerrit/32429 Reviewed-by: Chris Sosa Tested-by: Chris Sosa --- lib/cros_vm_constants.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cros_vm_constants.sh b/lib/cros_vm_constants.sh index 7b93da7e80..4a4bdb26a5 100644 --- a/lib/cros_vm_constants.sh +++ b/lib/cros_vm_constants.sh @@ -12,5 +12,5 @@ DEFAULT_VBOX_DISK="os.vdi" DEFAULT_QEMU_IMAGE="chromiumos_qemu_image.bin" # Minimum sizes for full size vm images -- needed for update. -MIN_VDISK_SIZE_FULL=6072 +MIN_VDISK_SIZE_FULL=9216 MIN_STATEFUL_FS_SIZE_FULL=6144