edd_id: call it only for sd* and hd*

This commit is contained in:
Kay Sievers 2008-05-20 08:46:29 +02:00
parent 834dfd5537
commit bc44071db2

View File

@ -1,6 +1,8 @@
# do not edit this file, it will be overwritten on update
ACTION!="add", 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"