From d34e2ee500fc4a920baa6aa2aab53265f255b884 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Aug 11 2022 21:32:38 +0000 Subject: common: add bootupd We need to make it easier to update the bootloader on these variants because unlike on traditional systems, it's not updated automatically with the rest of the system. Add bootupd for that. This would allow fixing issues like: - https://github.com/coreos/rpm-ostree/issues/3715 - https://github.com/fedora-silverblue/issue-tracker/issues/120#issuecomment-979268679 It won't be enabled by default and as mentioned in that comment requires work in Anaconda to be seamless. But at least with this users should be able to adopt and update: https://github.com/coreos/bootupd/blob/main/README-design.md See also the tracker issue where we did this for Fedora CoreOS: https://github.com/coreos/fedora-coreos-tracker/issues/510 --- diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index fdd088a..3d58696 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -9,6 +9,7 @@ packages: - git-core - lvm2 - rpm-ostree + - bootupd # Container management - buildah - podman