aboutsummaryrefslogtreecommitdiffstats
path: root/udev-config
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2008-12-29 17:37:16 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2008-12-29 17:37:16 +0000
commita1712769bd646acf61390e7ce64e8a2ebfa4aee6 (patch)
tree9a703a41b83a098785f02bc838554342803cbf88 /udev-config
parent4c40da538529a9ad87f29fd379eb0a6d3c2de880 (diff)
Finish fixing udev rules
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-config')
-rw-r--r--udev-config/55-lfs.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev-config/55-lfs.rules b/udev-config/55-lfs.rules
index 01b5a0c70..890311cc1 100644
--- a/udev-config/55-lfs.rules
+++ b/udev-config/55-lfs.rules
@@ -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"