Revert "Silverblue/Kinoite/Sericea/Onyx: Use unified core mode"

Composes are failing on:

```
error: Unable to load SELinux policy from /
```

Which comes from https://github.com/coreos/rpm-ostree/blob/main/src/libpriv/rpmostree-core.cxx#L795

Revert this change until we either add selinux-policy to the buildroot
or fix this in rpm-ostree.

This reverts commit 6d82501bca.

Signed-off-by: Timothée Ravier <tim@siosm.fr>
This commit is contained in:
Timothée Ravier 2023-07-14 13:12:27 +02:00
parent 61b831d9fa
commit 10d4449535
1 changed files with 0 additions and 4 deletions

View File

@ -752,7 +752,6 @@ 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",
@ -766,7 +765,6 @@ 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",
@ -780,7 +778,6 @@ ostree = {
"^Sericea$": {
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
"force_new_commit": True,
"unified_core": True,
"treefile": "fedora-sericea.yaml",
"config_url": "https://pagure.io/workstation-ostree-config.git",
"config_branch": "main",
@ -794,7 +791,6 @@ ostree = {
"^Onyx$": {
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
"force_new_commit": True,
"unified_core": True,
"treefile": "fedora-onyx.yaml",
"config_url": "https://pagure.io/workstation-ostree-config.git",
"config_branch": "main",