Merge pull request #196 from marineam/no_kexec

feat(vm_image_util): Add qemu_no_kexec image type
This commit is contained in:
Michael Marineau 2014-03-24 14:48:55 -07:00
commit c489d2f7c8

View File

@ -10,6 +10,7 @@ VALID_IMG_TYPES=(
pxe
openstack
qemu
qemu_no_kexec
rackspace
rackspace_vhd
vagrant
@ -65,6 +66,11 @@ IMG_qemu_DISK_FORMAT=qcow2
IMG_qemu_DISK_LAYOUT=vm
IMG_qemu_CONF_FORMAT=qemu
IMG_qemu_no_kexec_BOOT_KERNEL=0
IMG_qemu_no_kexec_DISK_FORMAT=qcow2
IMG_qemu_no_kexec_DISK_LAYOUT=vm
IMG_qemu_no_kexec_CONF_FORMAT=qemu
## xen
IMG_xen_BOOT_KERNEL=0
IMG_xen_DISK_FORMAT=vhd