aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/udev.xml
diff options
context:
space:
mode:
authorAlexander E. Patrakov <alexander@linuxfromscratch.org>2004-05-20 01:47:22 +0000
committerAlexander E. Patrakov <alexander@linuxfromscratch.org>2004-05-20 01:47:22 +0000
commit72b0264b85cbe2e8841e0386f8f698e414afcbf3 (patch)
tree13b539527dc183ccf12ab69897b394af0e66f09e /chapter06/udev.xml
parentcdb5a787761f3085c243ea0d68a5234ebc9bf225 (diff)
Added hotplug to HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r--chapter06/udev.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 2c3453bf8..3d90f6ab9 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -38,11 +38,6 @@ by applying the following patch:</para>
<screen><userinput>make udevdir=/dev install</userinput></screen>
-<para>And since we aren't going to be using the udev daemon, but instead the
-udev binary itself, we correct it's hotplug configuration:</para>
-
-<screen><userinput>ln -sf /sbin/udev /etc/hotplug.d/default/udev.hotplug</userinput></screen>
-
</sect2>