Merge pull request #356 from cgwalters/enable-composefs-transient
Enable composefs root
This commit is contained in:
commit
e49fe2b724
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue