Skip to content

Commit

Permalink
Enable composefs by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cgwalters committed Feb 15, 2024
1 parent 1c1ddd8 commit 1e4cbde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ repos:

include: manifests/fedora-coreos.yaml

ostree-layers:
- overlay/08ostree-prepare-root

# Ship this in rawhide because we want to enable it in the future, also
# to shake out any integration issues.
packages:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[composefs]
enabled = true

0 comments on commit 1e4cbde

Please sign in to comment.