From: John Wright Date: Wed, 22 Apr 2009 12:53:35 +0000 (+0200) Subject: edd_id: add cciss devices X-Git-Tag: 174~1082 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=a947e5eaaecdee69f7197c44f77e5ac5f8f58f04 edd_id: add cciss devices Since cciss devices can be BIOS boot devices just as well as sd* and hd*, the edd_id program should be run on them so that the later /dev/disk/by-id/edd-* rules will work. --- diff --git a/extras/edd_id/61-persistent-storage-edd.rules b/extras/edd_id/61-persistent-storage-edd.rules index bd020b717..54ae0865e 100644 --- a/extras/edd_id/61-persistent-storage-edd.rules +++ b/extras/edd_id/61-persistent-storage-edd.rules @@ -2,7 +2,7 @@ ACTION!="add|change", 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"