chiark / gitweb /
man: add static device nodes and udevd debug options
[elogind.git] / extras / edd_id / 61-persistent-storage-edd.rules
index aed60db4936c4794adce9ed218eeb95e2f49b386..1ab1be347e22876acd51313a9a9ac0fd1c809230 100644 (file)
@@ -1,6 +1,8 @@
 # do not edit this file, it will be overwritten on update
 
-ACTION!="add", GOTO="persistent_storage_edd_end"
+ACTION=="remove", GOTO="persistent_storage_edd_end"
+SUBSYSTEM!="block", GOTO="persistent_storage_edd_end"
+KERNEL!="sd*|hd*|cciss*", GOTO="persistent_storage_edd_end"
 
 # BIOS Enhanced Disk Device
 ENV{DEVTYPE}=="disk", IMPORT{program}="edd_id --export $tempnode"