aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml2
-rw-r--r--chapter03/packages.xml2
-rw-r--r--chapter06/udev.xml2
-rw-r--r--chapter09/reboot.xml5
-rw-r--r--general.ent2
5 files changed, 8 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 01e83e322..1eb8f44a6 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -107,6 +107,8 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>July 8th, 2005 [matt]: Updated to udev-062.</para></listitem>
+
<listitem><para>July 8th, 2005 [matt]: Updated to linux-libc-headers-2.6.12.0.</para></listitem>
<listitem><para>July 8th, 2005 [matt]: Updated to linux-2.6.12.2.</para></listitem>
diff --git a/chapter03/packages.xml b/chapter03/packages.xml
index 375156b5b..a4be4784e 100644
--- a/chapter03/packages.xml
+++ b/chapter03/packages.xml
@@ -387,7 +387,7 @@ url="ftp://ftp.linuxfromscratch.org/pub/lfs/"/>.</para></note>
</varlistentry>
<varlistentry>
-<term>Udev (&udev-version;) - 420 KB:</term>
+<term>Udev (&udev-version;) - 424 KB:</term>
<listitem>
<para><ulink url="&kernel;linux/utils/kernel/hotplug/"/></para>
</listitem>
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index fbc13cf00..1abe92c56 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -17,7 +17,7 @@
<segmentedlist>
<segtitle>&buildtime;</segtitle>
<segtitle>&diskspace;</segtitle>
-<seglistitem><seg>0.1 SBU</seg><seg>6.7 MB</seg></seglistitem>
+<seglistitem><seg>0.1 SBU</seg><seg>2.7 MB</seg></seglistitem>
</segmentedlist>
<segmentedlist>
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index 31d6b797d..2eff15494 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -27,9 +27,10 @@ installation for the first time! First exit from the chroot environment:</para>
<screen><userinput>logout</userinput></screen>
-<para>Then unmount the virtual files systems:</para>
+<para>Stop the <command>udevd</command> daemon that Udev started earlier, then unmount the virtual files systems:</para>
-<screen><userinput>umount $LFS/dev/pts
+<screen><userinput>pkill udevd
+umount $LFS/dev/pts
umount $LFS/dev/shm
umount $LFS/dev
umount $LFS/proc
diff --git a/general.ent b/general.ent
index c2cb1beb0..4ba336ea2 100644
--- a/general.ent
+++ b/general.ent
@@ -81,7 +81,7 @@
<!ENTITY tar-version "1.15.1">
<!ENTITY tcl-version "8.4.11">
<!ENTITY texinfo-version "4.8">
-<!ENTITY udev-version "058">
+<!ENTITY udev-version "062">
<!ENTITY util-linux-version "2.12q">
<!ENTITY vim-version "6.3">
<!ENTITY zlib-version "1.2.2">