summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-05-03 14:17:37 +0200
committerGuix Patches Tester <>2020-05-03 13:46:15 +0100
commit2ece07d806ee508bee948a02c54b7f13cdbb896f (patch)
tree6570cadcd1effc712e9eda81c4144d48affa5a71
parenta414d6ac24653e59ddb9ae4352ec1a252c6af55b (diff)
downloadguix-patches-2ece07d806ee508bee948a02c54b7f13cdbb896f.tar
guix-patches-2ece07d806ee508bee948a02c54b7f13cdbb896f.tar.gz
doc: add comment about ofl for Pam mount.
* doc/guix.texi: (Pam Mount) add comment about ofl.
-rw-r--r--doc/guix.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index d5d8662937..aa182df183 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25441,6 +25441,8 @@ the partition where he stores his data:
(hup "0")
(term "no")
(kill "no")))
+ ;; if anything above is "true":
+ ;; (ofl "/run/current-system/profile/bin/fuser -km %(MNTPT)")
(mkmountpoint (@@ (enable "1")
(remove "true")))))