chiark / gitweb /
switch to '==' in raid-devfs.sh
[elogind.git] / extras / cdsymlinks.conf
1 # Configuration file for cdsymlinks
2
3 # Output links for these types of devices.
4 # Allowed keywords are:     corresponding to device names:
5 #   CD    CDR    CDRW         cdrom cd-r  cdrw
6 #   DVD   DVDRW  DVDRAM       dvd   dvdrw dvdram
7 #   CDMRW CDWMRW              cdm   cdmrw
8 #   CDRAM                     cdram
9 # Other words are accepted but ignored.
10 # Devices with multiple recognised capabilities WILL get multiple links.
11 #OUTPUT="CD CDRW DVD DVDRW DVDRAM"
12
13 # Whether to output numbered links.
14 # 1 = output 'cdrom1', 'dvd1' etc. for other devices
15 # 0 = don't output 'cdrom1', 'dvd1' etc.
16 # We always output 'cdrom', 'dvd' etc. for the best-match devices.
17 #NUMBERED_LINKS=1
18
19 # Whether to output link 0 along with each unnumbered link.
20 # (No effect if NUMBERED_LINKS=0.)
21 #LINK_ZERO=0