mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-15 15:06:42 +00:00
kexec-parse-boot: fix isolinux iso booting
This commit is contained in:
parent
7ec658ffdf
commit
40872d8b31
@ -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* )
|
||||
|
Loading…
x
Reference in New Issue
Block a user