summaryrefslogtreecommitdiffstats
path: root/system/pmount/README
diff options
context:
space:
mode:
author Menno E. Duursma2010-05-11 15:18:42 +0200
committer Robby Workman2010-05-11 15:18:42 +0200
commitfa2426f410d0f29f621d095e5e71b89f3f032252 (patch)
tree490ea2e1c1afda1a18b74caf079fb9864544c62b /system/pmount/README
parentf3a34d376ecea15be8eb56a386317d25f2e67249 (diff)
downloadslackbuilds-fa2426f410d0f29f621d095e5e71b89f3f032252.tar.gz
system/pmount: Initial import
Diffstat (limited to 'system/pmount/README')
-rw-r--r--system/pmount/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/system/pmount/README b/system/pmount/README
new file mode 100644
index 0000000000..9ee69cc23f
--- /dev/null
+++ b/system/pmount/README
@@ -0,0 +1,18 @@
+mount removable devices as normal user
+
+pmount is a wrapper around the standard mount program which permits normal
+users to mount removable devices without a matching /etc/fstab entry. This
+provides a robust basis for automounting frameworks like GNOME's Utopia
+project and confines the amount of code that runs as root to a minimum.
+
+This package also contains a wrapper "pmount-hal" which reads some
+information like device labels and mount options from hal and passes them
+to pmount. Install the package "hal" if you want to use this feature.
+
+If a LUKS capable cryptsetup package is installed, pmount is able to
+transparently mount encrypted volumes.
+
+This requires ivman and HAL, both of which are available at SlackBuilds.org.
+
+The user executing 'pmount' probably via 'ivman-launch' must be a member
+of the 'plugdev' system group (which is required by HAL).