Skip to content

Commit

Permalink
kexec-boot: readd no-real-mode: this is processed by Xen. Only output…
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed Apr 3, 2023
1 parent dd59749 commit 9062bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initrd/bin/kexec-boot
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ do
if [ "$kexectype" = "xen" ]; then
# always use xen with custom arguments
kexeccmd="$kexeccmd -l $filepath"
kexeccmd="$kexeccmd --command-line \"$restval 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\""
Expand Down

0 comments on commit 9062bfe

Please sign in to comment.