Enable composefs root
This partially reverts commit7977ead6e4and effectively migrates the change from8f5be09371and14ab1c5847to here. Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
ec050c0ae6
commit
2257dd6cb5
|
|
@ -8,4 +8,3 @@ gpgkey=https://download.copr.fedorainfracloud.org/results/walters/fedora-bootc-f
|
|||
repo_gpgcheck=0
|
||||
enabled=1
|
||||
enabled_metadata=1
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue