diff options
| author | 2025-05-30 06:38:47 -0400 | |
|---|---|---|
| committer | 2025-07-10 07:39:32 +0000 | |
| commit | 1c530eb98342709c83810bca0e53cbdf553b80bf (patch) | |
| tree | fedbca2553ce26b1594a1f2a6a0f749dac0c130d /components | |
| parent | 9b8a851b7d98b67de8a4128e4a66cc44073ea6e5 (diff) | |
| download | kiwi-descriptions-1c530eb98342709c83810bca0e53cbdf553b80bf.tar.gz kiwi-descriptions-1c530eb98342709c83810bca0e53cbdf553b80bf.zip | |
components/boot: Add ia32 EFI components for x86_64 images
This restores support for booting on 64-bit x86 systems that use
32-bit EFI platforms.
Reference: https://fedoraproject.org/wiki/Changes/32BitUefiSupport
Diffstat (limited to 'components')
| -rw-r--r-- | components/boot.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/boot.xml b/components/boot.xml index dcb5326..1598c45 100644 --- a/components/boot.xml +++ b/components/boot.xml @@ -89,6 +89,8 @@ <package name="grub2-efi-aa64-modules" arch="aarch64"/> <package name="grub2-efi-riscv64" arch="riscv64"/> <package name="grub2-efi-riscv64-modules" arch="riscv64"/> + <package name="grub2-efi-ia32" arch="x86_64"/> + <package name="grub2-efi-ia32-modules" arch="x86_64"/> <package name="grub2-efi-x64" arch="x86_64"/> <package name="grub2-efi-x64-modules" arch="x86_64"/> <package name="grub2-pc" arch="x86_64"/> @@ -96,6 +98,7 @@ <package name="grub2-ppc64le" arch="ppc64le"/> <package name="s390utils-base" arch="s390x"/> <package name="shim-signed-aa64" arch="aarch64"/> + <package name="shim-signed-ia32" arch="x86_64"/> <package name="shim-signed-x64" arch="x86_64"/> <package name="shim-unsigned-riscv64" arch="riscv64"/> <package name="kernel-core"/> @@ -104,6 +107,7 @@ </packages> <packages type="image" patternType="plusRecommended" profiles="BootCoreUKI"> <package name="shim-signed-aa64" arch="aarch64"/> + <package name="shim-signed-ia32" arch="x86_64"/> <package name="shim-signed-x64" arch="x86_64"/> <package name="shim-unsigned-riscv64" arch="riscv64"/> <package name="systemd-oomd-defaults"/> @@ -115,6 +119,7 @@ <packages type="iso" patternType="plusRecommended" profiles="BootCore"> <package name="grub2-efi-aa64-cdboot" arch="aarch64"/> <package name="grub2-efi-riscv64-cdboot" arch="riscv64"/> + <package name="grub2-efi-ia32-cdboot" arch="x86_64"/> <package name="grub2-efi-x64-cdboot" arch="x86_64"/> </packages> <packages type="image" patternType="plusRecommended" profiles="BootDiskCore"> |