Message ID | 7bf0d042-1a88-6a44-7fbc-02010c1f2b6e@siemens.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [isar-cip-core] start-qemu: Account for different kernel image names | expand |
diff --git a/start-qemu.sh b/start-qemu.sh index 6592ac6..3f62257 100755 --- a/start-qemu.sh +++ b/start-qemu.sh @@ -109,7 +109,7 @@ if [ -n "${SECURE_BOOT}" ]; then else IMAGE_FILE=$(ls ${IMAGE_PREFIX}.ext4.img) - KERNEL_FILE=$(ls ${IMAGE_PREFIX}-vmlinuz* | tail -1) + KERNEL_FILE=$(ls ${IMAGE_PREFIX}-vmlinu* | tail -1) INITRD_FILE=$(ls ${IMAGE_PREFIX}-initrd.img* | tail -1) ${QEMU_PATH}${QEMU} \