diff --git a/common.yaml b/common.yaml index cfbe047..b16245b 100644 --- a/common.yaml +++ b/common.yaml @@ -32,7 +32,6 @@ conditional-include: # Manifests included only for the Bootable Container variants - if: bootable_container == true include: - - composefs.yaml - bootc.yaml - dnf5.yaml diff --git a/composefs.yaml b/composefs.yaml deleted file mode 100644 index f2e3e0d..0000000 --- a/composefs.yaml +++ /dev/null @@ -1,11 +0,0 @@ -# Set up composefs by default -# See: https://fedoraproject.org/wiki/Changes/ComposefsAtomicCoreOSIoT -postprocess: - - | - #!/usr/bin/env bash - set -xeuo pipefail - - cat >> /usr/lib/ostree/prepare-root.conf << 'EOF' - [composefs] - enabled = yes - EOF