Skip to content

Commit b0b27dc

Browse files
cgwaltersjbtrystram
authored andcommitted
Enable composefs for 41+
We really want to aim to eventually enable this by default, let's test things out in rawhide. A thing that this is known to break is the "chattr -i" hack for new toplevel dirs (xref coreos/rpm-ostree#337 ) Basically if you want that, you either need to make a derived image, or enable transient root.
1 parent 441ccdd commit b0b27dc

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

manifests/composefs.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Enable composefs by default.
2+
ostree-layers:
3+
- overlay/08composefs

manifests/fedora-coreos.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ conditional-include:
3030
# Wifi firmwares will be dropped in F41
3131
- if: releasever < 41
3232
include: wifi-firmwares.yaml
33+
- if: stream == "rawhide"
34+
include: composefs.yaml
3335

3436
ostree-layers:
3537
- overlay/15fcos

overlay.d/08composefs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Enable composefs by default; more in https://ostreedev.github.io/ostree/composefs/
2+
For now rawhide only.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[composefs]
2+
enabled = true

0 commit comments

Comments
 (0)