diff options
| author | 2025-11-29 02:56:49 -0500 | |
|---|---|---|
| committer | 2025-11-29 02:56:49 -0500 | |
| commit | d05461daa7889fac96c2e193f673819029f6998a (patch) | |
| tree | 3c4933c5c55f0c3226fc54fa44022568a02249f1 /components | |
| parent | 4ae0a2eca32222bc545795fe73efa3561d4a701f (diff) | |
| download | kiwi-descriptions-d05461daa7889fac96c2e193f673819029f6998a.tar.gz kiwi-descriptions-d05461daa7889fac96c2e193f673819029f6998a.zip | |
Revert "Drop shim-signed-ia32 packages"
This is once again present in Fedora, so ship it again.
This reverts commit 01d839d633816b2f9804c64331379d4051a15805.
Diffstat (limited to 'components')
| -rw-r--r-- | components/boot.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/boot.xml b/components/boot.xml index bea9703..59bd862 100644 --- a/components/boot.xml +++ b/components/boot.xml @@ -98,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"/> @@ -106,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"/> |