chiark / gitweb /
[PATCH] add IGNORE rule type
[elogind.git] / etc / udev / udev.rules
index b206503e1581c5aeea6c3c20b2890d9f6472e1c3..c2b50eb90d4f4af11b8e51e70996232f612b39cd 100644 (file)
@@ -49,4 +49,5 @@ REPLACE, KERNEL="ttyUSB0", NAME="pl2303"
 # if this is a ide cdrom, name it the default name, and create a symlink to cdrom
 CALLOUT, BUS="ide", PROGRAM="/bin/cat /proc/ide/%k/media", ID="cdrom", NAME="%k", SYMLINK="cdrom" 
 
-
+# device mapper creates its own device nodes
+IGNORE, KERNEL="dm-[0-9]*"