8531bd3ffb00945db589226632ca7925adaf22f3
Mounting encrypted volumes helper
crypt-mounts' purpose is to reduce to one the commands needed to mount punctually encrypted volumes.
Introduction
One defines their mounts in mounts.conf, giving for each:
- the mapper name (usually defined in
/etc/crypttab); - the mount target path;
- a friendly name for the mount (optional);
- a boolean for enabling auto-locking (i.e. closing encrypted volume when unmounted) or not.
The install script then generates a Systemd mount file for each mount, with the required bindings.
Files
template.mountis a template for Systemd mount units.close-vault.conf.templateis a Systemd drop-in template, for auto-locking.
Installation
mounts.conf.templatecontains a mount definition example, and should be copied locally inmounts.conf.das<something>.conf, for each of your mounts.install.shscript copies Systemd templates to their destination, depending on your definitions inmounts.conf.d.
TODO
- Nothing
Description
Languages
Shell
100%