chiark / gitweb /
path_id: fix fibre channel handling
[elogind.git] / extras / edd_id / 61-persistent-storage-edd.rules
index aed60db4936c4794adce9ed218eeb95e2f49b386..bd020b7172dff26a97fbd8de274142e64200f44a 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!="add|change", GOTO="persistent_storage_edd_end"
+SUBSYSTEM!="block", GOTO="persistent_storage_edd_end"
+KERNEL!="sd*|hd*", GOTO="persistent_storage_edd_end"
 
 # BIOS Enhanced Disk Device
 ENV{DEVTYPE}=="disk", IMPORT{program}="edd_id --export $tempnode"