ostree: Enable root.transient = true by default

This turns on the functionality added in
https://github.com/ostreedev/ostree/pull/3114
This commit is contained in:
Colin Walters 2023-12-08 08:07:40 -05:00
parent ddefbde644
commit e6761c23bc
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ postprocess:
#!/usr/bin/env bash
mkdir -p /usr/lib/ostree
cat > /usr/lib/ostree/prepare-root.conf << EOF
[root]
transient = true
[sysroot]
readonly = true
EOF