Merge pull request #356 from cgwalters/enable-composefs-transient

Enable composefs root
This commit is contained in:
Colin Walters 2024-03-01 14:10:04 -05:00 committed by GitHub
commit e49fe2b724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -8,4 +8,3 @@ gpgkey=https://download.copr.fedorainfracloud.org/results/walters/fedora-bootc-f
repo_gpgcheck=0
enabled=1
enabled_metadata=1

View File

@ -7,9 +7,8 @@ postprocess:
#!/usr/bin/env bash
mkdir -p /usr/lib/ostree
cat > /usr/lib/ostree/prepare-root.conf << EOF
# TODO disabled due to https://github.com/osbuild/bootc-image-builder/issues/149
#[root]
#transient = true
[composefs]
enabled = true
[sysroot]
readonly = true
EOF