diff options
| author | 2023-12-19 15:53:55 -0500 | |
|---|---|---|
| committer | 2023-12-19 15:54:30 -0500 | |
| commit | 724d3376e77d4c999021d091bcd2a483129cf461 (patch) | |
| tree | af4e49452c0ad170d29e0559d09d42b1a57f0851 /components | |
| parent | 80a1081de6b90635f934f8cd483e427defc70c37 (diff) | |
| download | kiwi-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')
| -rw-r--r-- | components/boot.xml | 1 |
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"/> |