Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChimeraOS/frzr
A deployment and automatic update mechanism for operating systems
https://github.com/ChimeraOS/frzr
Last synced: 5 days ago
JSON representation
A deployment and automatic update mechanism for operating systems
- Host: GitHub
- URL: https://github.com/ChimeraOS/frzr
- Owner: ChimeraOS
- License: mit
- Created: 2019-07-16T01:27:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T21:22:08.000Z (3 months ago)
- Last Synced: 2024-10-24T17:53:18.643Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 168 KB
- Stars: 58
- Watchers: 9
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - ChimeraOS/frzr - A deployment and automatic update mechanism for operating systems (Shell)
- awesome-starred - ChimeraOS/frzr - A deployment and automatic update mechanism for operating systems (Shell)
README
# frzr
frzr is a deployment and automatic update mechanism for operating systems. It deploys pre-built systems via read-only btrfs subvolumes, thus ensuring safe and atomic updates that never interrupt the user.
Updated system images are downloaded at boot time and deployed to an entirely separate subvolume so as not to interfere with the currently running system. Upon next boot, the newly installed system is started and the old one is deleted, completely seamlessly and invisibly.
Persistence is handled by making `/home` and `/var` separate subvolumes mounted into the read-only root.
`/etc` is made read-write via overlayfs.