Enable composefs root

This partially reverts commit 7977ead6e4 and
effectively migrates the change from 8f5be09371
and 14ab1c5847
to here.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters 2024-02-26 16:12:33 -05:00
parent ec050c0ae6
commit 2257dd6cb5
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 repo_gpgcheck=0
enabled=1 enabled=1
enabled_metadata=1 enabled_metadata=1

View File

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