aboutsummaryrefslogtreecommitdiff
path: root/components/boot.xml
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2023-12-19 15:53:55 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2023-12-19 15:54:30 -0500
commit724d3376e77d4c999021d091bcd2a483129cf461 (patch)
treeaf4e49452c0ad170d29e0559d09d42b1a57f0851 /components/boot.xml
parent80a1081de6b90635f934f8cd483e427defc70c37 (diff)
downloadkiwi-descriptions-724d3376e77d4c999021d091bcd2a483129cf461.tar.gz
kiwi-descriptions-724d3376e77d4c999021d091bcd2a483129cf461.zip
components/boot: Explicitly select grubby
This avoids issues caused by the existence of grubby and sdubby.
Diffstat (limited to 'components/boot.xml')
-rw-r--r--components/boot.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/boot.xml b/components/boot.xml
index f2352a5..24f18e9 100644
--- a/components/boot.xml
+++ b/components/boot.xml
@@ -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"/>