summaryrefslogtreecommitdiff
path: root/extras/cdsymlinks.conf
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-10-15 19:19:53 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 22:02:45 -0700
commit79db6912cf8827bf4293d2d15b84cc9633dd7d4e (patch)
treeb3227d61af289164a750ff958d01a8db7721ce7e /extras/cdsymlinks.conf
parent29afcc5f111f780869a7b091600b106136e11b6d (diff)
[PATCH] add very nice cdsymlinks scripts.
These are from Darren Salt <linux@youmustbejoking.demon.co.uk>
Diffstat (limited to 'extras/cdsymlinks.conf')
-rw-r--r--extras/cdsymlinks.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/extras/cdsymlinks.conf b/extras/cdsymlinks.conf
new file mode 100644
index 0000000000..e50a2e6082
--- /dev/null
+++ b/extras/cdsymlinks.conf
@@ -0,0 +1,12 @@
+# Configuration file for cdsymlinks
+
+# Output links for these types of devices.
+# Allowed keywords are CD, CDR, CDRW, DVD, DVDRW, DVDRAM, CDMRW, CDWMRW.
+# Other words are accepted but ignored.
+#OUTPUT="CD CDRW DVD DVDRW DVDRAM"
+
+# Whether to output numbered links.
+# 1 = output 'cdrom1', 'dvd1' etc. for other devices
+# 0 = don't output 'cdrom1', 'dvd1' etc.
+# We always output 'cdrom', 'dvd' etc. for the best-match devices.
+#NUMBERED_LINKS=1