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

Add encrypted var partition to config #317

Closed taukakao closed 2 months ago

taukakao commented 3 months ago

Currently, the init system has to pass the luks drive to "abroot var-unlock".

It would be better if that was handled through the config file. Currently, the config file only stores the filesystem label, which can't be used here since the label is encrypted together with the filesystem.

This would be a breaking change so it would require some compatibility layer.