-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement build overlay mounting with mkosi-sandbox
Now that we have Context.rootoptions(), we can switch out how we set up the root mount without having to modify code all over the place. Let's use this to get rid of mount_build_overlay() and instead replace it with setup_build_overlay(), which simply configures a bunch of fields on Context that make rootoptions() set up the root mount as an overlay instead of a bind mount.
- Loading branch information
1 parent
f46cea7
commit ce72dc2
Showing
2 changed files
with
45 additions
and
13 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
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