Revert "Bootable Containers: Enable composefs by default"

See: https://gitlab.com/fedora/ostree/sig/-/issues/35

This reverts commit 20d8158735.
This commit is contained in:
Timothée Ravier 2024-08-26 11:32:47 +02:00
parent 3e37f576a1
commit 1b9c098217
2 changed files with 0 additions and 12 deletions

View file

@ -32,7 +32,6 @@ conditional-include:
# Manifests included only for the Bootable Container variants # Manifests included only for the Bootable Container variants
- if: bootable_container == true - if: bootable_container == true
include: include:
- composefs.yaml
- bootc.yaml - bootc.yaml
- dnf5.yaml - dnf5.yaml

View file

@ -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