components/boot: Explicitly select grubby

This avoids issues caused by the existence of grubby and sdubby.
This commit is contained in:
Neal Gompa 2023-12-19 15:53:55 -05:00
parent 80a1081de6
commit 724d3376e7

View File

@ -9,6 +9,7 @@
<package name="grub2-efi-x64-modules" arch="x86_64"/>
<package name="grub2-pc" arch="x86_64"/>
<package name="grub2-pc-modules" arch="x86_64"/>
<package name="grubby"/>
<package name="shim-signed-aa64" arch="aarch64"/>
<package name="shim-signed-x64" arch="x86_64"/>
<package name="kernel-core"/>