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

Commit

Permalink
ostree: Enable root.transient = true by default
Browse files Browse the repository at this point in the history
This turns on the functionality added in
ostreedev/ostree#3114
  • Loading branch information
cgwalters committed Dec 8, 2023
1 parent ddefbde commit e6761c2
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 e6761c2

Please sign in to comment.