message "For the automounting to work, you need a /media/.hal-mtab.
You can create it with:
ln -s /mnt /media
touch /media/.hal-mtab
"

message '
To get pmount working with hal on kde >= 3.5.4 a policy for the plugdev group
has to be created in /etc/dbus-1/system.d/hal.conf:

<policy group="plugdev">
  <allow send_interface="org.freedesktop.Hal.Device.Volume"/>
  <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
</policy>
'
