diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-12-29 06:29:45 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-12-29 06:29:45 +0000 |
commit | 4c40da538529a9ad87f29fd379eb0a6d3c2de880 (patch) | |
tree | c58893836c798d0c42a2044b6abc8550a5ef44cc /udev-config/55-lfs.rules | |
parent | eed1d647600a53a22a07c7671089c7b9a2a671b5 (diff) |
Split one udev rule so it is not wider than the book's page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-config/55-lfs.rules')
-rw-r--r-- | udev-config/55-lfs.rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/udev-config/55-lfs.rules b/udev-config/55-lfs.rules index 064aad332..01b5a0c70 100644 --- a/udev-config/55-lfs.rules +++ b/udev-config/55-lfs.rules @@ -84,4 +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" + |