forked from sig_core/kickstarts
add missing grub2-pc package
This commit is contained in:
parent
5af72a2030
commit
48f2e305e7
@ -90,7 +90,7 @@ passwd -l root
|
|||||||
|
|
||||||
# Attempting to force legacy BIOS boot if we boot from UEFI
|
# Attempting to force legacy BIOS boot if we boot from UEFI
|
||||||
if [ "$(arch)" = "x86_64" ]; then
|
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
|
grub2-install --target=i386-pc /dev/vda
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user