|
@@ -84,6 +84,6 @@ KERNEL=="st[0-9]*", GROUP="tape"
|
|
|
KERNEL=="nst[0-9]*", GROUP="tape"
|
|
|
|
|
|
# Override floppy devices
|
|
|
-KERNEL=="fd[0-9]", ACTION=="add|change", ATTRS{cmos}=="?*", RUN+="create_floppy_devices \
|
|
|
- -c -t $attr{cmos} -m %M -M 0660 -G floppy $root/%k"
|
|
|
+KERNEL=="fd[0-9]", ACTION=="add|change", ATTRS{cmos}=="?*", \
|
|
|
+ RUN+="create_floppy_devices -c -t $attr{cmos} -m %M -M 0660 -G floppy $root/%k"
|
|
|
|