-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now always based on an overlayfs: ostreedev/ostree@f2773c1 This fixes a whole swath of problems with the previous design, including the danger in replacing `/usr/lib/ostree-boot` which broke booting for some people. Further, we don't need to push a rollback deployment; the livefs changes are always transient. So now we store livefs state in `/run` instead of in the origin file. Since we're doing a rewrite, it's now in Rust for much more safety. We also always work in terms of incremental diffs between commits; the previous huge hammer of swapping `/usr` was way too dangerous.
- Loading branch information
1 parent
213d8f0
commit a76ddf0
Showing
21 changed files
with
792 additions
and
1,171 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
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
Oops, something went wrong.