瀏覽代碼

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
Zack Winkles 21 年之前
父節點
當前提交
719759a513
共有 3 個文件被更改,包括 8 次插入9 次删除
  1. 6 3
      chapter01/changelog.xml
  2. 0 4
      chapter06/udev.xml
  3. 2 2
      general.ent

+ 6 - 3
chapter01/changelog.xml

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

+ 0 - 4
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>
 

+ 2 - 2
general.ent

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