From 71a1f8be5fcd41feb6602d72691feb7668bb21c4 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Jan 10 2025 20:04:30 +0000 Subject: F41: force disable composefs Signed-off-by: Paul Whalen --- diff --git a/composefs.yaml b/composefs.yaml new file mode 100644 index 0000000..c51f832 --- /dev/null +++ b/composefs.yaml @@ -0,0 +1,11 @@ +# Force disable composefs +# See: https://github.com/ostreedev/ostree/pull/3353 +postprocess: + - | + #!/usr/bin/env bash + set -xeuo pipefail + + cat >> /usr/lib/ostree/prepare-root.conf << 'EOF' + [composefs] + enabled = no + EOF diff --git a/fedora-iot-base.yaml b/fedora-iot-base.yaml index 87f7fb4..a17a42a 100644 --- a/fedora-iot-base.yaml +++ b/fedora-iot-base.yaml @@ -2,6 +2,8 @@ include: - bootupd.yaml # Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2305291 - grub2-workaround.yaml + # Force disable composefs + - composefs.yaml ref: fedora/stable/${basearch}/iot repos: [] selinux: true