mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-18 16:09:06 +00:00
Exclude grub.efi from shim package
This commit is contained in:
parent
72c21ed077
commit
ae00795c3d
@ -6,4 +6,7 @@ steps:
|
||||
- zypper in -y shim
|
||||
|
||||
includes:
|
||||
- usr/share/efi/.*/*.efi
|
||||
- usr/share/efi/.*/*.efi
|
||||
excludes:
|
||||
# This is shipped by system/grub2-efi
|
||||
- usr/share/efi/.*/grub.efi
|
@ -1,4 +1,4 @@
|
||||
name: "shim"
|
||||
category: "system"
|
||||
version: "2.06-150400"
|
||||
version: "2.06-150401"
|
||||
license: "GPL-3.0-or-later"
|
||||
|
Loading…
Reference in New Issue
Block a user