From 79db6912cf8827bf4293d2d15b84cc9633dd7d4e Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Fri, 15 Oct 2004 19:19:53 -0700 Subject: [PATCH] add very nice cdsymlinks scripts. These are from Darren Salt --- extras/cdsymlinks.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 extras/cdsymlinks.conf (limited to 'extras/cdsymlinks.conf') 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 -- cgit v1.2.3-54-g00ecf