diff options
author | danim7 | 2017-04-15 15:51:57 +0200 |
---|---|---|
committer | danim7 | 2017-04-15 15:51:57 +0200 |
commit | f67874990f53296116c6df797632a37da4a576fa (patch) | |
tree | ee4b17b160e2900419d2956c4eaab1e57b603cb8 | |
parent | abcbe61eb92313d64496a8cb90df58cf8716b57a (diff) |
Add feedback on Ubuntu 16.04 LTS
-rw-r--r-- | Mounting-on-login-using-pam_mount.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Mounting-on-login-using-pam_mount.md b/Mounting-on-login-using-pam_mount.md index 9537af6..c098119 100644 --- a/Mounting-on-login-using-pam_mount.md +++ b/Mounting-on-login-using-pam_mount.md @@ -1,4 +1,12 @@ -This works on Fedora 24 with active SELinux. Feedback on other platforms +This works on Fedora 24 with active SELinux. + +This also works on Ubuntu 16.04 LTS after installing libpam-mount: +``` +$ sudo apt-get install libpam-mount +``` + + +Feedback on other platforms is welcome. gocryptfs |