diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-26 19:28:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-26 19:28:22 +0000 |
commit | 3cf57d40591f302edea1962a8949fe646b365b5c (patch) | |
tree | 5b399448faf021f1e9100e193f509f1c09d8f792 /chapter06 | |
parent | cf8d1947c2d2354d6492fa81c38ddf2eca5c1006 (diff) |
Remove a lot of redundant Udev rules. Upstream has most of what we need. Fixes #2527.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9165 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index c388543d1..f9b665570 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -57,6 +57,10 @@ ln -sv /proc/self/fd/1 /lib/udev/devices/stdout ln -sv /proc/self/fd/2 /lib/udev/devices/stderr ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> + <para>Correct permissions for floppy devices:</para> + +<screen><userinput remap="pre">sed -e 's/0640/0660/' extras/floppy/60-floppy.rules</userinput></screen> + <para>Prepare the package for compilation:</para> <!-- Note that "libdir=/usr/lib64" would be required for multilib. --> |