add missing grub2-pc package

This commit is contained in:
Louis Abel 2022-08-30 21:10:35 -07:00
parent 5af72a2030
commit 48f2e305e7
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ passwd -l root
# Attempting to force legacy BIOS boot if we boot from UEFI
if [ "$(arch)" = "x86_64" ]; then
dnf install grub2-pc-modules -y
dnf install grub2-pc-modules grub-pc -y
grub2-install --target=i386-pc /dev/vda
fi