diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-16 02:18:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-16 02:18:29 +0000 |
commit | 54242ddb6942df97d847b85537ab698376d4812c (patch) | |
tree | 9c5782e0aab36b15306f0a785a7c586f577413cc /multimedia/dvdrip | |
parent | 9ff99fb922c527b173e83590ecb9b2272f8f91d1 (diff) |
Notes
Diffstat (limited to 'multimedia/dvdrip')
-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. + +################################################################################ |