mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 02:39:59 +00:00
Keep Xen cmdline arguments while appending Heads required ones. Fixes #536
This commit is contained in:
parent
1d14f264dc
commit
1fda1fffb0
@ -70,7 +70,7 @@ do
|
||||
if [ "$kexectype" = "xen" ]; then
|
||||
# always use xen with custom arguments
|
||||
kexeccmd="$kexeccmd -l $filepath"
|
||||
kexeccmd="$kexeccmd --command-line \"no-real-mode reboot=no vga=current\""
|
||||
kexeccmd="$kexeccmd --command-line \"$restval no-real-mode reboot=no vga=current\""
|
||||
elif [ "$kexectype" = "multiboot" ]; then
|
||||
kexeccmd="$kexeccmd -l $filepath"
|
||||
kexeccmd="$kexeccmd --command-line \"$restval\""
|
||||
|
Loading…
Reference in New Issue
Block a user