chiark / gitweb /
man: add static device nodes and udevd debug options
[elogind.git] / extras / edd_id / 61-persistent-storage-edd.rules
index bd020b7172dff26a97fbd8de274142e64200f44a..1ab1be347e22876acd51313a9a9ac0fd1c809230 100644 (file)
@@ -1,8 +1,8 @@
 # do not edit this file, it will be overwritten on update
 
-ACTION!="add|change", GOTO="persistent_storage_edd_end"
+ACTION=="remove", GOTO="persistent_storage_edd_end"
 SUBSYSTEM!="block", GOTO="persistent_storage_edd_end"
-KERNEL!="sd*|hd*", 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"