Merge branch 'drop-arch-bootupd-filtering' into 'main'
manifest: Unconditionally include bootupd See merge request fedora/bootc/base-images!28
This commit is contained in:
commit
64a741188c
|
|
@ -50,6 +50,7 @@ remove-from-packages:
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- bootc.yaml
|
- bootc.yaml
|
||||||
|
- bootupd.yaml
|
||||||
- ostree.yaml
|
- ostree.yaml
|
||||||
- initramfs.yaml
|
- initramfs.yaml
|
||||||
- autoupdates.yaml
|
- autoupdates.yaml
|
||||||
|
|
@ -65,8 +66,3 @@ packages:
|
||||||
- container-selinux
|
- container-selinux
|
||||||
# Needed for tpm2 bound luks
|
# Needed for tpm2 bound luks
|
||||||
- tpm2-tools
|
- tpm2-tools
|
||||||
|
|
||||||
# See https://github.com/coreos/bootupd
|
|
||||||
arch-include:
|
|
||||||
x86_64: bootupd.yaml
|
|
||||||
aarch64: bootupd.yaml
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue