4 lines
202 B
Text
4 lines
202 B
Text
|
# ebs nvme to scsi device naming mapping
|
||
|
KERNEL=="nvme[0-9]*n[0-9]*", ENV{DEVTYPE}=="disk", ATTRS{model}=="Amazon Elastic Block Store", PROGRAM="{{ ebsnvme_scrip_helper_path }} /dev/%k", SYMLINK+="%c"
|
||
|
|