Skip to content

Commit

Permalink
Bootable Containers: Enable bootupd
Browse files Browse the repository at this point in the history
With the following issues now fixed:
- coreos/bootupd#630
- coreos/bootupd#658
- coreos/bootupd#551

And corresponding support in Anaconda:
- rhinstaller/anaconda#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
  • Loading branch information
travier committed Jun 25, 2024
1 parent 1957b4d commit c3c1d75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions common-bootable-containers-kinoite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ packages:
# - dnf5-plugins
- bootc

# include:
# - dnf5-bootc.yaml
include:
# - dnf5-bootc.yaml
- bootupd.yaml
1 change: 1 addition & 0 deletions common-bootable-containers.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Manifests includes that are common only to Bootable Containers
include:
- dnf5-bootc.yaml
- bootupd.yaml

0 comments on commit c3c1d75

Please sign in to comment.