mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
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.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user