From fb882c9002f7e18cabeffc7eb8f42870a9a0aa4f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 29 May 2024 13:50:36 -0400 Subject: [PATCH] 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 --- tier-0/manifest.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tier-0/manifest.yaml b/tier-0/manifest.yaml index 117b144..5ddfbbb 100644 --- a/tier-0/manifest.yaml +++ b/tier-0/manifest.yaml @@ -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