c3c1d750c1
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
15 lines
375 B
YAML
15 lines
375 B
YAML
# Manifests includes that are common only to Bootable Containers
|
|
|
|
# Temporary Kinoite only manifest
|
|
# See https://pagure.io/fedora-kde/SIG/issue/519
|
|
|
|
# Add DNF5 and bootc for Bootable Container images
|
|
# See: https://fedoraproject.org/wiki/Changes/DNFAndBootcInImageModeFedora
|
|
packages:
|
|
# - dnf5
|
|
# - dnf5-plugins
|
|
- bootc
|
|
|
|
include:
|
|
# - dnf5-bootc.yaml
|
|
- bootupd.yaml
|