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)
This commit is contained in:
Colin Walters 2024-03-13 12:37:01 -04:00
parent 98d7261b46
commit 86bc5473d3
1 changed files with 1 additions and 1 deletions

View File

@ -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