diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/udev.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 8 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e9be46e6c..3ad03c126 100644 --- a/chapter01/changelog.xml +++ b/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> 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> diff --git a/general.ent b/general.ent index 282a345e3..76c1ce30c 100644 --- a/general.ent +++ b/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/"> |