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

ostree: Enable root.transient = true by default #98

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading