https://github.com/ChimeraOS/frzr
A deployment and automatic update mechanism for operating systems
https://github.com/ChimeraOS/frzr
Last synced: 9 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T21:22:08.000Z (over 1 year ago)
- Last Synced: 2024-10-24T17:53:18.643Z (over 1 year 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-atomic - frzr - A deployment and automatic update mechanism for operating systems, utilizing pre-built read-only btrfs subvolumes. (Lower level tools)
- 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.