mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
3c4775003d
PR: 52968 Submitted by: maintainer
10 lines
512 B
Plaintext
10 lines
512 B
Plaintext
################################################################################
|
|
|
|
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.
|
|
|
|
################################################################################
|