summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-11-10 18:46:01 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 22:09:26 -0700
commit97a0e3c06e8a92af3cdf1110fe15cb693be0886a (patch)
treef4391b093c742163baca438007eaaf5842e208d6 /etc
parent3874126807efcc61eded424aace7e40c79a025a7 (diff)
[PATCH] add cdsymlinks.sh support to gentoo rules file.
Diffstat (limited to 'etc')
-rw-r--r--etc/udev/udev.rules.gentoo5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo
index 08bc9f99d1..2e2f89f26a 100644
--- a/etc/udev/udev.rules.gentoo
+++ b/etc/udev/udev.rules.gentoo
@@ -12,6 +12,11 @@
#
###########################################################
+# cdrom symlinks and other good cdrom naming
+BUS="ide", KERNEL="hd[a-z]", PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
+BUS="scsi", KERNEL="sr[a-z]", PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
+BUS="scsi", KERNEL="scd[a-z]", PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
+
# devfs-names for ide-devices (uncomment only one)
# /dev/ide/.../{disc,cd} and /dev/{cdroms,discs}/* type names
BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/scripts/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}"