v0.2.0: Total Rewrite Edition
From PR #1:
This is a complete overhaul compared to 0.1.x
Retained features:
- Generate, install, and activate systemd unit files for overlayfs mounts
New features:
- There are options now
- Help menu (
rwfus --help
) displays options - Updating unit files without touching the mount locations (
rwfus --update
) - Removing Rwfus, including ALL files in the overlayfs dirs (
rwfus --remove
) - Enable and Disable Rwfus temporarily (
rwfus --enable
,rwfus --disable
) - Get the status of all Rwfus systemd units (
rwfus --status
) - Change the location of the .rwfus directory (
rwfus --basedir /path/to/rwfus/dir/.rwfus
) - Change the location of the logfile (
rwfus --logfile ~/path/to/logfile
) - Enable test mode (
rwfus --test
) to work entirely out of a user directory, to test gen logic without root (or clobbering systemd 😅 )