kexec-parse-boot: fix isolinux iso booting

This commit is contained in:
Thierry Laurion 2023-04-17 16:19:08 -04:00
parent 7ec658ffdf
commit 40872d8b31
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -218,12 +218,12 @@ syslinux_entry() {
state="search"
;;
*)
kernel="${val#"$bootdir"}"
kernel="$val"
DEBUG "kernel= $kernel"
esac
;;
initrd* | INITRD* )
initrd="${val#"$bootdir"}"
initrd="$val"
DEBUG "initrd= $initrd"
;;
append* | APPEND* )