Use unified core mode for Silverblue & Kinoite
rpm-ostree is moving to unified core composes and this is now working for Silverblue & Kinoite. Requires: https://pagure.io/pungi/pull-request/1626 See: https://github.com/coreos/rpm-ostree/issues/729 See: https://fedoraproject.org/wiki/Changes/FedoraSilverblueUnifiedCore Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2150984 Signed-off-by: Timothée Ravier <tim@siosm.fr>
This commit is contained in:
parent
196f4554b6
commit
c6e3cb1b5b
@ -822,6 +822,7 @@ ostree = {
|
||||
"^Silverblue$": {
|
||||
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
||||
"force_new_commit": True,
|
||||
"unified_core": True,
|
||||
"treefile": "fedora-silverblue.yaml",
|
||||
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||
"config_branch": "main",
|
||||
@ -835,6 +836,7 @@ ostree = {
|
||||
"^Kinoite$": {
|
||||
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
||||
"force_new_commit": True,
|
||||
"unified_core": True,
|
||||
"treefile": "fedora-kinoite.yaml",
|
||||
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||
"config_branch": "main",
|
||||
|
Loading…
Reference in New Issue
Block a user