blob: 132a68049da0443dd054f11b21d69882e3e76bf8 (
plain)
1
2
3
4
5
|
# do not edit this file, it will be overwritten on update
# import optical drive properties
ACTION=="add|change", SUBSYSTEM=="block", ENV{DEVTYPE}=="disk", \
KERNEL=="sr[0-9]*|xvd*", IMPORT{program}="cdrom_id --export $tempnode"
|