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

Systemd services get ignored #310

Closed taukakao closed 3 months ago

taukakao commented 3 months ago

Since etc is mounted by systemd, user configuration of systemd (in /etc/systemd) is ignored.

Stuff that I tried:

Dirty workaround solution: If nothing else works, could also just copy /etc or at least /etc/systemd to the other root during an Operation (like an upgrade) I don't like this since it's not intuitive for the user.