Merge pull request #98 from cgwalters/enable-transient-root

ostree: Enable root.transient = true by default
This commit is contained in:
Daniel J Walsh 2023-12-22 08:02:50 -05:00 committed by GitHub
commit 528fb2329e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ postprocess:
#!/usr/bin/env bash #!/usr/bin/env bash
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
[root]
transient = true
[sysroot] [sysroot]
readonly = true readonly = true
EOF EOF