Author: matthew
Date: 2005-11-07 12:50:41 -0700 (Mon, 07 Nov 2005)
New Revision: 7132

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/udev.xml
   trunk/BOOK/chapter09/reboot.xml
   trunk/BOOK/general.ent
Log:
Stop the Udev build process from killing the hosts' udevd process

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2005-11-06 18:47:51 UTC (rev 7131)
+++ trunk/BOOK/chapter01/changelog.xml  2005-11-07 19:50:41 UTC (rev 7132)
@@ -125,6 +125,10 @@
 Thanks to Randy McMurchy for the report, and Jeremy Huntwork for the 
fix.</para>
 </listitem>
 
+<listitem><para>November 7, 2005 [matt]: Stop Udev from killing udevd processes
+on the host system (fixes bug 1651).  Thanks to Alexander Patrakov for the
+report and the fix.</para></listitem>
+
 <listitem><para>November 6, 2005 [matt]: Upgrade to Coreutils 5.93.</para>
 </listitem>
 

Modified: trunk/BOOK/chapter06/udev.xml
===================================================================
--- trunk/BOOK/chapter06/udev.xml       2005-11-06 18:47:51 UTC (rev 7131)
+++ trunk/BOOK/chapter06/udev.xml       2005-11-07 19:50:41 UTC (rev 7132)
@@ -34,13 +34,43 @@
 
 <screen><userinput>make EXTRAS=extras/run_directory</userinput></screen>
 
+<para>The meaning of the make option:</para>
+
+<variablelist>
+  <varlistentry>
+    <term><parameter>EXTRAS=extras/run_directory</parameter>
+    </term>
+    <listitem>
+      <para>This builds the <command>udev_run_devd</command> and
+        <command>udev_run_hotplugd</command> binaries, which are required for
+        correct handling of hotpluggable devices.
+      </para>
+    </listitem>
+  </varlistentry>
+</variablelist>
+
 <para>To test the results, issue:
 <userinput>make test</userinput>.</para>
 
 <para>Install the package:</para>
 
-<screen><userinput>make EXTRAS=extras/run_directory 
install</userinput></screen>
+<screen><userinput>make DESTDIR=/ EXTRAS=extras/run_directory 
install</userinput></screen>
 
+<para>The meaning of the make option:</para>
+
+<variablelist>
+  <varlistentry>
+    <term><parameter>DESTDIR=/</parameter>
+    </term>
+    <listitem>
+      <para>This prevents the Udev build process from killing any
+        <command>udevd</command> processes that may be running on the host
+        system.
+      </para>
+    </listitem>
+  </varlistentry>
+</variablelist>
+
 <para>Udev's configuration is far from ideal by default, so install
 the configuration files here:</para>
 

Modified: trunk/BOOK/chapter09/reboot.xml
===================================================================
--- trunk/BOOK/chapter09/reboot.xml     2005-11-06 18:47:51 UTC (rev 7131)
+++ trunk/BOOK/chapter09/reboot.xml     2005-11-07 19:50:41 UTC (rev 7132)
@@ -27,9 +27,9 @@
 
 <screen><userinput>logout</userinput></screen>
 
-<para>Stop the <command>udevd</command> daemon that Udev started earlier, then 
unmount the virtual files systems:</para>
+<para>Unmount the virtual files systems:</para>
 
-<screen><userinput>pkill udevd
+<screen><userinput>
 umount -v $LFS/dev/pts
 umount -v $LFS/dev/shm
 umount -v $LFS/dev

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2005-11-06 18:47:51 UTC (rev 7131)
+++ trunk/BOOK/general.ent      2005-11-07 19:50:41 UTC (rev 7132)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20051106">
-<!ENTITY releasedate "November 6, 2005">
+<!ENTITY version "SVN-20051107">
+<!ENTITY releasedate "November 7, 2005">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to