mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-20 00:48:20 +00:00
Exclude grub.efi from shim package
This commit is contained in:
parent
72c21ed077
commit
ae00795c3d
@ -7,3 +7,6 @@ steps:
|
|||||||
|
|
||||||
includes:
|
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"
|
name: "shim"
|
||||||
category: "system"
|
category: "system"
|
||||||
version: "2.06-150400"
|
version: "2.06-150401"
|
||||||
license: "GPL-3.0-or-later"
|
license: "GPL-3.0-or-later"
|
||||||
|
Loading…
Reference in New Issue
Block a user