54242ddb69
PR: ports/47117 Submitted by: Michael Nottebrock <lofi@lofi.dyndns.org>
12 lines
661 B
Text
12 lines
661 B
Text
################################################################################
|
|
|
|
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.
|
|
|
|
################################################################################
|