chiark / gitweb /
import udev repository
[elogind.git] / src / udev / src / floppy / 60-floppy.rules
1 # do not edit this file, it will be overwritten on update
2
3 SUBSYSTEM=="block", KERNEL=="fd[0-9]", ACTION=="add", ATTRS{cmos}=="?*", ENV{CMOS_TYPE}="$attr{cmos}", \
4   RUN+="create_floppy_devices -c -t $env{CMOS_TYPE} -m %M -M 0660 -G floppy $root/%k"