You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task #86 changed how ABRoot mounts the /var partition and its derivatives (/home, root-specific /etc, and so on), but its implementation wasn't very well thought out and integrates very poorly with ABRoot's goal of being distro-agnostic.
This task suggests some changes to the current structure:
Rename /usr/sbin/.vanilla-mountpoints to /usr/sbin/.abrootmountpoints
Ship a mountpoints file template with ABRoot, which will need to be modified when the system is installed to hold the correct partition names
Also ship the SystemD unit with ABRoot, which must be enabled in order to work
The text was updated successfully, but these errors were encountered:
Task #86 changed how ABRoot mounts the
/var
partition and its derivatives (/home
, root-specific/etc
, and so on), but its implementation wasn't very well thought out and integrates very poorly with ABRoot's goal of being distro-agnostic.This task suggests some changes to the current structure:
/usr/sbin/.vanilla-mountpoints
to/usr/sbin/.abrootmountpoints
The text was updated successfully, but these errors were encountered: