fix(vm_image_util): Default to larger vm (8GB) disk layout for GCE

GCE was using the base 3GB layout which isn't very useful for actual
machines.
This commit is contained in:
Michael Marineau 2014-03-29 14:22:01 -07:00
parent 7b6e547751
commit 17d22228f8

View File

@ -118,6 +118,7 @@ IMG_pxe_PARTITIONED_IMG=0
IMG_pxe_CONF_FORMAT=pxe IMG_pxe_CONF_FORMAT=pxe
## gce, image tarball ## gce, image tarball
IMG_gce_DISK_LAYOUT=vm
IMG_gce_CONF_FORMAT=gce IMG_gce_CONF_FORMAT=gce
IMG_gce_OEM_PACKAGE=oem-gce IMG_gce_OEM_PACKAGE=oem-gce