mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-11 09:34:26 +01:00
Installing the built uncompressed vmlinux kernel will not work on s390x, QEMU will complain: Linux kernel boot failure: An attempt to boot a vmlinux ELF image failed. This image does not contain all parts necessary for starting up. Use bzImage or arch/s390/boot/compressed/vmlinux instead. Hence, use that kernel image on s390x. Fixes: #1264 Signed-off-by: Jakob-Naucke <jakob.naucke@ibm.com>