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:
Colin Walters 2024-05-29 13:50:36 -04:00
parent 33ba2536f3
commit fb882c9002
1 changed files with 1 additions and 5 deletions

View File

@ -50,6 +50,7 @@ remove-from-packages:
include:
- bootc.yaml
- bootupd.yaml
- ostree.yaml
- initramfs.yaml
- autoupdates.yaml
@ -65,8 +66,3 @@ packages:
- container-selinux
# Needed for tpm2 bound luks
- tpm2-tools
# See https://github.com/coreos/bootupd
arch-include:
x86_64: bootupd.yaml
aarch64: bootupd.yaml