- Install shim everywhere except on RPi (bsc#1182211)

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=61
This commit is contained in:
Fabian Vogt 2021-04-09 12:12:21 +00:00 committed by Git OBS Bridge
parent 4d23b6fb1a
commit aec87c5e4f
2 changed files with 10 additions and 1 deletions

View File

@ -261,7 +261,6 @@
<package name="iputils"/>
<package name="issue-generator"/> <!-- bsc#1084879 -->
<package name="vim-small"/>
<package name="shim" arch="x86_64"/>
<package name="grub2"/>
<package name="grub2-arm64-efi" arch="aarch64"/>
<package name="grub2-branding-openSUSE" bootinclude="true"/>
@ -301,6 +300,11 @@
<package name="firewalld"/>
</packages>
<!-- Shim for secure boot everywhere except for RPi -->
<packages type="image" profiles="kvm-and-xen,kvm,VMware,MS-HyperV,OpenStack-Cloud">
<package name="shim" arch="aarch64,x86_64"/>
</packages>
<packages type="image" profiles="kvm-and-xen">
<package name="xen-tools-domU"/>
<package name="xen-libs"/>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 7 13:19:01 UTC 2021 - Fabian Vogt <fvogt@suse.com>
- Install shim everywhere except on RPi (bsc#1182211)
-------------------------------------------------------------------
Tue Mar 9 15:44:50 UTC 2021 - Fabian Vogt <fvogt@suse.com>