From c3c1d750c12a33415f70913acf3f1da4a2fd98c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Wed, 19 Jun 2024 18:59:45 +0200 Subject: [PATCH] Bootable Containers: Enable bootupd With the following issues now fixed: - https://github.com/coreos/bootupd/issues/630 - https://github.com/coreos/bootupd/issues/658 - https://github.com/coreos/bootupd/issues/551 And corresponding support in Anaconda: - https://github.com/rhinstaller/anaconda/pull/5508 We can now (re-)enable bootupd for the bootable containers. After a bit of testing, we will enable it for the classic ostree ones. See: https://gitlab.com/fedora/ostree/sig/-/issues/1 --- common-bootable-containers-kinoite.yaml | 5 +++-- common-bootable-containers.yaml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common-bootable-containers-kinoite.yaml b/common-bootable-containers-kinoite.yaml index 059db10..c053ccc 100644 --- a/common-bootable-containers-kinoite.yaml +++ b/common-bootable-containers-kinoite.yaml @@ -10,5 +10,6 @@ packages: # - dnf5-plugins - bootc -# include: -# - dnf5-bootc.yaml +include: + # - dnf5-bootc.yaml + - bootupd.yaml diff --git a/common-bootable-containers.yaml b/common-bootable-containers.yaml index 665359f..5237abf 100644 --- a/common-bootable-containers.yaml +++ b/common-bootable-containers.yaml @@ -1,3 +1,4 @@ # Manifests includes that are common only to Bootable Containers include: - dnf5-bootc.yaml + - bootupd.yaml