From 1c98948e3bc0e069d405d668853e2d5a6e3a6bf3 Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Thu, 6 Sep 2012 13:17:24 -0700 Subject: [PATCH] Double the size of the stateful partition for vm testing. BUG=chromium-os:34126 TEST=image_to_vm with new size and ran desktopui_NaClSanity Change-Id: I5553de776cb5dec3d2b0dde362ff3560926a6472 Reviewed-on: https://gerrit.chromium.org/gerrit/32424 Reviewed-by: Rahul Chaturvedi 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 dc5313c4cd..7b93da7e80 100644 --- a/lib/cros_vm_constants.sh +++ b/lib/cros_vm_constants.sh @@ -13,4 +13,4 @@ DEFAULT_QEMU_IMAGE="chromiumos_qemu_image.bin" # Minimum sizes for full size vm images -- needed for update. MIN_VDISK_SIZE_FULL=6072 -MIN_STATEFUL_FS_SIZE_FULL=3072 \ No newline at end of file +MIN_STATEFUL_FS_SIZE_FULL=6144