From eeec7e1c65be28850d8f70201846a346529a3880 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 10 Jul 2014 17:23:15 -0700 Subject: [PATCH] vm_image: switch xen disk format back to raw VHD was just for testing, raw is more useful for published images. coreos-install will now be able to install working xen instances: coreos-install -d /dev/xvda -o xen -c cloud-config.yml --- build_library/vm_image_util.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_library/vm_image_util.sh b/build_library/vm_image_util.sh index a1adc581ea..9e17fc3574 100644 --- a/build_library/vm_image_util.sh +++ b/build_library/vm_image_util.sh @@ -85,7 +85,6 @@ IMG_qemu_no_kexec_CONF_FORMAT=qemu ## xen IMG_xen_BOOT_KERNEL=0 -IMG_xen_DISK_FORMAT=vhd IMG_xen_CONF_FORMAT=xl ## virtualbox