plymouth: ignore serial console hvc0 in UEFI

pull/27/head
Frédéric Pierret (fepitre) 5 years ago
parent a44160b1bb
commit 61b9336d70
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

@ -408,6 +408,12 @@ if [ -f /etc/default/grub ]; then
fi
fi
if [ -f /boot/efi/EFI/qubes/xen.cfg ]; then
if ! grep -q plymouth.ignore-serial-consoles /boot/efi/EFI/qubes/xen.cfg; then
sed -i 's/kernel=.*/& plymouth.ignore-serial-consoles/g' /boot/efi/EFI/qubes/xen.cfg
fi
fi
/bin/kernel-install add %{kernelrelease} /boot/vmlinuz-%{kernelrelease} || exit $?
# grubby (used by new-kernel-pkg) do not understand xen entries in grub2 config

Loading…
Cancel
Save