mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
feat(vm_image_util): Add qemu_no_kexec image type
This makes it easy to test booting without kexec on qemu/kvm similar to how images are booted on Xen.
This commit is contained in:
parent
c3efd9b622
commit
e2536ad76f
@ -10,6 +10,7 @@ VALID_IMG_TYPES=(
|
||||
pxe
|
||||
openstack
|
||||
qemu
|
||||
qemu_no_kexec
|
||||
rackspace
|
||||
vagrant
|
||||
vagrant_vmware_fusion
|
||||
@ -64,6 +65,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_CONF_FORMAT=xl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user