manifest: Unconditionally include bootupd
It's supported on all architectures now, even if it's a no-op mostly on s390x today. But specifically this will ensure we pull in zipl on s390x, which *is* needed. Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
33ba2536f3
commit
fb882c9002
|
|
@ -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