Merge pull request #537 from tlaurion/xen_cmdline_appended_not_flushed

Keep Xen cmdline arguments while appending Heads required ones.
This commit is contained in:
Kyle Rankin 2019-04-19 08:36:51 -07:00 committed by GitHub
commit 7a755a879e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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