Merge pull request #98 from cgwalters/enable-transient-root
ostree: Enable root.transient = true by default
This commit is contained in:
commit
528fb2329e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue