diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-18 18:02:09 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-18 18:02:09 +0000 |
commit | 719759a51338f2092c69464740c4cf58ddbec6f7 (patch) | |
tree | ea0a34908aeebd69c63fd468665b780668bb266b /chapter06/udev.xml | |
parent | 8dffa04af3d57467169cf3aba590b2f7c9988f61 (diff) |
Instead of using the udev binary itself, use the udev daemon.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index e80e5b306..c634e823f 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -30,10 +30,6 @@ <screen><userinput>make udevdir=/dev install</userinput></screen> -<para>Ensure that Hotplug addresses Udev correctly:</para> - -<screen><userinput>ln -sf /sbin/udev /etc/hotplug.d/default/udev.hotplug</userinput></screen> - <para>Udev's configuration is far from ideal by default, so we install our own configuration files here:</para> |