Merge pull request #425 from cgwalters/workaround-root

ostree: Switch to composefs enabled = yes
This commit is contained in:
Colin Walters 2024-03-13 16:07:51 -04:00 committed by GitHub
commit aaf953ed7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ postprocess:
mkdir -p /usr/lib/ostree mkdir -p /usr/lib/ostree
cat > /usr/lib/ostree/prepare-root.conf << EOF cat > /usr/lib/ostree/prepare-root.conf << EOF
[composefs] [composefs]
enabled = true enabled = yes
[sysroot] [sysroot]
readonly = true readonly = true
EOF EOF