F41: force disable composefs

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2025-01-10 15:04:30 -05:00
commit 71a1f8be5f
2 changed files with 13 additions and 0 deletions

11
composefs.yaml Normal file
View file

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

View file

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