From 311b0d0465d0921a8808fe1ba5bd8f6bc2890792 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 4 Sep 2015 10:41:04 -0700 Subject: [PATCH] ami: switch back to raw disk images by default Unsure if the VMDK images are a factor in recent corruption issues recently or not. Until that is sorted out go back to our old ways. --- oem/ami/import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oem/ami/import.sh b/oem/ami/import.sh index 5023212fb9..04980ed4db 100755 --- a/oem/ami/import.sh +++ b/oem/ami/import.sh @@ -15,7 +15,7 @@ readonly COREOS_EPOCH=1372636800 VERSION="master" BOARD="amd64-usr" GROUP="alpha" -IMAGE="coreos_production_ami_vmdk_image.vmdk.bz2" +IMAGE="coreos_production_ami_image.bin.bz2" GS_URL="gs://builds.release.core-os.net" IMG_URL="" IMG_PATH=""