Merge pull request #186 from cgwalters/backout-root-transient

tier-0: back off transient root
This commit is contained in:
Colin Walters 2024-01-23 09:28:44 -05:00 committed by GitHub
commit 5e848ba8bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@ 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] # TODO disabled due to https://github.com/osbuild/bootc-image-builder/issues/149
transient = true #[root]
#transient = true
[sysroot] [sysroot]
readonly = true readonly = true
EOF EOF