From c091ad81387c23c6ce3b59c217e83c5b66c7b347 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Jul 22 2024 15:51:22 +0000 Subject: F41: Enable composefs by default Signed-off-by: Paul Whalen --- diff --git a/composefs.yaml b/composefs.yaml new file mode 100644 index 0000000..f2e3e0d --- /dev/null +++ b/composefs.yaml @@ -0,0 +1,11 @@ +# 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 diff --git a/fedora-iot-base.yaml b/fedora-iot-base.yaml index 25d3bdd..36a06e9 100644 --- a/fedora-iot-base.yaml +++ b/fedora-iot-base.yaml @@ -1,4 +1,6 @@ -include: bootupd.yaml +include: + - bootupd.yaml + - composefs.yaml ref: fedora/rawhide/${basearch}/iot repos: [] selinux: true