Vanilla-OS / ABRoot

ABRoot is a utility that provides full immutability and atomicity to a Linux system, by transacting between two root filesystems. Updates are performed using OCI images, to ensure that the system is always in a consistent state.
http://abroot.vanillaos.org/
GNU General Public License v3.0
309 stars 24 forks source link

make /usr/local user writeable #330

Open taukakao opened 2 months ago

taukakao commented 2 months ago

It should probably be a symlink to somewhere in /var or a mount point.

Note that this is not possible until we remove everything that's currently in /usr/local in the image, as we should.