mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-29 12:32:40 +00:00
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
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue