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
This commit is contained in:
Zack Winkles 2004-06-18 18:02:09 +00:00
parent 8dffa04af3
commit 719759a513
3 changed files with 8 additions and 9 deletions

View File

@ -76,11 +76,14 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>June 17, 2004 [matt]: Added the sed permissions patch</para>
<listitem><para>June 18, 2004 [winkie]: Instead of using the udev binary, use
the udev daemon instead.</para></listitem>
<listitem><para>June 17, 2004 [matt]: Added the sed permissions patch.</para>
</listitem>
<listitem><para>June 17, 2004 [matt]: Clarify that a gcc-3.x compiled
2.6.x kernel is required on the host.</para></listitem>
<listitem><para>June 17, 2004 [matt]: Clarify that a gcc-3.x compiled 2.6.x
kernel is required on the host.</para></listitem>
<listitem><para>June 16, 2004 [winkie]: Upgraded to Linux 2.6.7 and dropped the
FPU patch.</para></listitem>

View File

@ -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>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "CVS-20040617">
<!ENTITY releasedate "June 17, 2004">
<!ENTITY version "CVS-20040618">
<!ENTITY releasedate "June 18, 2004">
<!ENTITY milestone "6.0">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">