home directory is on a btrfs partition (/dev/sda6
in this example)
/mnt
is available on boot for temporaryly mounting a fs
read-only version of home is a read-only snapshot named home-ro
in btrfs root
the name home-rw
is not used on the btrfs fs
wipe
is installed in /usr/local/bin
systemd is used and wipe.service
is installed in etc/systemd/system
run systemd enable wipe.service
to enable wiping
if anything fails on boot, home is mounted from fstab
(99% of cases; except when exit code is 4)
user login is delayed until wiping is done