Keep Xen cmdline arguments while appending Heads required ones. Fixes #536

This commit is contained in:
Thierry Laurion 2019-03-17 19:33:55 -04:00
parent 1d14f264dc
commit 1fda1fffb0
No known key found for this signature in database
GPG Key ID: 79C78E6659DB658F

View File

@ -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\""