mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 02:39:59 +00:00
kexec-boot patch so that xen can be booted from bootdir and referred xen.gz and not internal flash xen.gz
This commit is contained in:
parent
d9808f6659
commit
31dd1f4b62
@ -68,7 +68,7 @@ do
|
||||
if [ "$key" = "kernel" ]; then
|
||||
if [ "$kexectype" = "xen" ]; then
|
||||
# always overload xen and with custom arguments
|
||||
kexeccmd="$kexeccmd -l /bin/xen.gz"
|
||||
kexeccmd="$kexeccmd -l $bootdir$firstval"
|
||||
kexeccmd="$kexeccmd --command-line \"no-real-mode reboot=no vga=current\""
|
||||
elif [ "$kexectype" = "multiboot" ]; then
|
||||
fix_file_path
|
||||
|
Loading…
Reference in New Issue
Block a user