Disable BLS config style in grub

Fedora use "Boot Loader Specification" config style by default. This is
available only in Fedora-patched grub, so it's incompatible with vanilla
grub shipped by dom0.
Disable it, to generate normal boot entries.

QubesOS/qubes-issues#5212

(cherry picked from commit bd55c1efe4)
This commit is contained in:
Marek Marczykowski-Górecki 2019-09-20 20:12:11 +02:00
parent 4a28ab6e3d
commit 484f67a618
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -5,4 +5,4 @@ if [ -r /usr/share/qubes/marker-vm ] &&
[ "$(cat /var/lib/qubes/initramfs-updated 2>/dev/null || echo 0)" -ge 1 ]; then [ "$(cat /var/lib/qubes/initramfs-updated 2>/dev/null || echo 0)" -ge 1 ]; then
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX xen_scrub_pages=0" GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX xen_scrub_pages=0"
fi fi
GRUB_ENABLE_BLSCFG=false