diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-05-19 22:24:38 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-05-20 12:59:17 -0700 |
commit | d514329ee2d5614078649a425674d83e0211c1b9 (patch) | |
tree | 0e0f5243d291d708ffa58e501e25b7b143bedad2 /extras/cdsymlinks.conf | |
parent | 539876083d15cef50f284f54a6b0cd6b7c911afa (diff) |
[PATCH] update cdsymlinks to latest version
diff -ur udev-057.orig/extras/cdsymlinks.c udev-057/extras/cdsymlinks.c
Diffstat (limited to 'extras/cdsymlinks.conf')
-rw-r--r-- | extras/cdsymlinks.conf | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/extras/cdsymlinks.conf b/extras/cdsymlinks.conf index e50a2e6082..e4c5ee2231 100644 --- a/extras/cdsymlinks.conf +++ b/extras/cdsymlinks.conf @@ -1,8 +1,13 @@ # Configuration file for cdsymlinks # Output links for these types of devices. -# Allowed keywords are CD, CDR, CDRW, DVD, DVDRW, DVDRAM, CDMRW, CDWMRW. +# Allowed keywords are: corresponding to device names: +# CD CDR CDRW cdrom cd-r cdrw +# DVD DVDRW DVDRAM dvd dvdrw dvdram +# CDMRW CDWMRW cdm cdmrw +# CDRAM cdram # Other words are accepted but ignored. +# Devices with multiple recognised capabilities WILL get multiple links. #OUTPUT="CD CDRW DVD DVDRW DVDRAM" # Whether to output numbered links. @@ -10,3 +15,7 @@ # 0 = don't output 'cdrom1', 'dvd1' etc. # We always output 'cdrom', 'dvd' etc. for the best-match devices. #NUMBERED_LINKS=1 + +# Whether to output link 0 along with each unnumbered link. +# (No effect if NUMBERED_LINKS=0.) +#LINK_ZERO=0 |