From 86bc5473d3eda20cb7a3378c5d8da73aa7cd1fc1 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 13 Mar 2024 12:37:01 -0400 Subject: [PATCH] ostree: Switch to composefs enabled = yes This is the opposite workaround for https://github.com/ostreedev/ostree-rs-ext/issues/612 However, we still need to finally make `/opt` a directory to complete this, which currently wants changes in rpm-ostree. (Or, we could tweak our build process to inject as a container afterwards) --- tier-0/ostree.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tier-0/ostree.yaml b/tier-0/ostree.yaml index b593c92..af49580 100644 --- a/tier-0/ostree.yaml +++ b/tier-0/ostree.yaml @@ -8,7 +8,7 @@ postprocess: mkdir -p /usr/lib/ostree cat > /usr/lib/ostree/prepare-root.conf << EOF [composefs] - enabled = true + enabled = yes [sysroot] readonly = true EOF