Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #98 from cgwalters/enable-transient-root
Browse files Browse the repository at this point in the history
ostree: Enable root.transient = true by default
  • Loading branch information
rhatdan committed Dec 22, 2023
2 parents f245a4f + e6761c2 commit 528fb23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tier-0/ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 528fb23

Please sign in to comment.