-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare-root: Unify root.transient with composefs
First, I was totally wrong and composefs handles being passed an upperdir itself, we don't need to stack overlayfs. Next, there's really no reason to support `root.transient` *without* a backing composefs. The legacy ostree bind mount and readonly `/usr` is just that - legacy. Finally, we actually *must* do this to enable both composefs and transient root, because the prepare-root flow assumes that it just needs to `MS_MOVE` a *single* mount for the root, not a stack.
- Loading branch information
Showing
1 changed file
with
28 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters