diff options
Diffstat (limited to 'multimedia/dvdrip/pkg-message')
-rw-r--r-- | multimedia/dvdrip/pkg-message | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/dvdrip/pkg-message b/multimedia/dvdrip/pkg-message new file mode 100644 index 000000000000..07f77ceef1a1 --- /dev/null +++ b/multimedia/dvdrip/pkg-message @@ -0,0 +1,12 @@ +################################################################################ + +In order to have automated ripping work right, enable usermount (sysctl +vfs.usermount=1), add a mountpoint for your dvd-drive to your home directory +(mkdir /home/foo/cdrom) and add a corresponding entry to /etc/fstab +(/dev/cd0c /usr/home/foo/cdrom cd9660 ro,noauto 0 0) and +specify this mountpoint in dvd::rip's preferences. + +Please note that this program has not even reached release 0.5 and deals with +bleeding edge software and formats. You will very probably find bugs. + +################################################################################ |