Paul Whalen 2025-02-27 11:02:20 -05:00
commit c739a8c05a
2 changed files with 14 additions and 0 deletions

12
composefs.yaml Normal file
View file

@ -0,0 +1,12 @@
# Enable composefs
# See: https://fedoraproject.org/wiki/Changes/ComposefsAtomicDesktops
# 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

View file

@ -2,6 +2,8 @@ include:
- bootupd.yaml
# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2305291
- grub2-workaround.yaml
# Enable composefs
- composefs.yaml
ref: fedora/rawhide/${basearch}/iot
repos: []
selinux: true