aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/udev.xml32
-rw-r--r--chapter09/reboot.xml4
-rw-r--r--general.ent4
4 files changed, 39 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 448e08c42..3f2963319 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -125,6 +125,10 @@ of <filename class="directory">/usr/share/vim/vim64/doc</filename> (bug 1610).
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>
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 3dec54930..96c908e40 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -34,12 +34,42 @@
<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>
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index babdfaeb2..ba005c90b 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -27,9 +27,9 @@ installation for the first time! First exit from the chroot environment:</para>
<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
diff --git a/general.ent b/general.ent
index 8a9582274..b59c6c207 100644
--- a/general.ent
+++ b/general.ent
@@ -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}]" -->