Overboot
OverlayFS toolkit composing system layers at boot time
The Overboot project uses manageable read-only layers to compose the system image at boot time. The general concept can be compared to Docker, but run earlier and on a system-wide basis.
The two main components are obinit, written in C and run at boot time, and the extensible C++ obctl application that provides administration tools (CLI, API, management panel, etc.).
Possible applications:
- creating, testing, and distributing update packages,
- creating and managing system...