mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 05:43:02 +02:00
The /var, and particularly /var/lib, directories are used for persistent storage for various system daemons. While adding support for containers it became clear we had to change how we make these directories writable. Both LXC and Podman use OverlayFS for the writable layer, and you cannot set up an overlay on top of another overlay. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>