mirror of
https://github.com/systemd/systemd.git
synced 2025-01-07 21:18:41 +03:00
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
|
# do not edit this file, it will be overwritten on update
|
||
|
|
||
|
# Media controller rules
|
||
|
|
||
|
ACTION=="remove", GOTO="persistent_media_ctl_end"
|
||
|
SUBSYSTEM!="media", GOTO="persistent_media_ctl_end"
|
||
|
ENV{MAJOR}=="", GOTO="persistent_media_ctl_end"
|
||
|
|
||
|
IMPORT{builtin}="path_id"
|
||
|
ENV{ID_PATH}=="?*", KERNEL=="media*", SYMLINK+="media/by-path/$env{ID_PATH}-media-controller"
|
||
|
|
||
|
LABEL="persistent_media_ctl_end"
|