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
This commit is contained in:
Michael Marineau 2014-07-10 17:23:15 -07:00
parent 3556632035
commit eeec7e1c65

View File

@ -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