aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-01-28 22:10:02 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-01-28 22:10:02 +0000
commit395ce8271849b1e88f77b46ce2ac01acb406649b (patch)
tree8a79c16575884e92f596c75c30390b51cf75893d /chapter06
parent06dbab2d51869b12170edea32f59d709ed6ad0e9 (diff)
Upgrade to Udev-151. Fixes #2561.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/udev.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index f9b665570..04c3c91a2 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -57,10 +57,6 @@ 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. -->
@@ -172,14 +168,6 @@ make install</userinput></screen>
files provided by Udev:</para>
<screen><userinput remap="install">make install-extra-doc</userinput></screen>
-<!--
- <para>Install the documentation that explains how to create custom Udev
- rules:</para>
-
-<screen><userinput remap="install">cd ..
-install -m644 -v -D docs/writing_udev_rules/index.html \
- /usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
--->
</sect2>
<sect2 id="contents-udev" role="content">