[PATCH] udev - fix cdrom symlink rule

We only need to look at the device, not at the partitions.
This commit is contained in:
kay.sievers@vrfy.org 2004-02-11 22:28:47 -08:00 committed by Greg KH
parent 51a8bb2f36
commit 0c25b2066d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ KERNEL="ttyUSB0", NAME="pl2303"
#KERNEL="tty*", NAME="vc/%n"
# if this is a ide cdrom, name it the default name, and create a symlink to cdrom
BUS="ide", PROGRAM="/bin/cat /proc/ide/%k/media", RESULT="cdrom", NAME="%k", SYMLINK="cdrom"
BUS="ide", KERNEL="*[!0-9]", PROGRAM="/bin/cat /proc/ide/%k/media", RESULT="cdrom", NAME="%k", SYMLINK="cdrom"
# device mapper creates its own device nodes so ignore these
KERNEL="dm-[0-9]*", NAME=""