From c3c1d750c12a33415f70913acf3f1da4a2fd98c5 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jun 25 2024 08:02:25 +0000 Subject: 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 --- 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