mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
5 lines
250 B
Plaintext
5 lines
250 B
Plaintext
|
# do not edit this file, it will be overwritten on update
|
||
|
|
||
|
SUBSYSTEM=="block", KERNEL=="fd[0-9]", ACTION=="add", ATTRS{cmos}=="?*", ENV{CMOS_TYPE}="$attr{cmos}", \
|
||
|
RUN+="create_floppy_devices -c -t $env{CMOS_TYPE} -m %M -M 0640 -G floppy $root/%k"
|