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:
parent
ddefbde644
commit
e6761c23bc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue