You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
525 B
12 lines
525 B
# do not edit this file, it will be overwritten on update |
|
|
|
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" |
|
ENV{DEVTYPE}=="disk", ENV{ID_EDD}=="?*", SYMLINK+="disk/by-id/edd-$env{ID_EDD}" |
|
ENV{DEVTYPE}=="partition", ENV{ID_EDD}=="?*", SYMLINK+="disk/by-id/edd-$env{ID_EDD}-part%n" |
|
|
|
LABEL="persistent_storage_edd_end"
|
|
|