Author: matthew Date: 2005-07-08 16:54:40 -0600 (Fri, 08 Jul 2005) New Revision: 6460
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter03/packages.xml trunk/BOOK/chapter06/udev.xml trunk/BOOK/chapter09/reboot.xml trunk/BOOK/general.ent Log: Upgraded to udev-062 Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2005-07-08 22:44:18 UTC (rev 6459) +++ trunk/BOOK/chapter01/changelog.xml 2005-07-08 22:54:40 UTC (rev 6460) @@ -107,6 +107,8 @@ </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> Modified: trunk/BOOK/chapter03/packages.xml =================================================================== --- trunk/BOOK/chapter03/packages.xml 2005-07-08 22:44:18 UTC (rev 6459) +++ trunk/BOOK/chapter03/packages.xml 2005-07-08 22:54:40 UTC (rev 6460) @@ -387,7 +387,7 @@ </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> Modified: trunk/BOOK/chapter06/udev.xml =================================================================== --- trunk/BOOK/chapter06/udev.xml 2005-07-08 22:44:18 UTC (rev 6459) +++ trunk/BOOK/chapter06/udev.xml 2005-07-08 22:54:40 UTC (rev 6460) @@ -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> Modified: trunk/BOOK/chapter09/reboot.xml =================================================================== --- trunk/BOOK/chapter09/reboot.xml 2005-07-08 22:44:18 UTC (rev 6459) +++ trunk/BOOK/chapter09/reboot.xml 2005-07-08 22:54:40 UTC (rev 6460) @@ -27,9 +27,10 @@ <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 Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-07-08 22:44:18 UTC (rev 6459) +++ trunk/BOOK/general.ent 2005-07-08 22:54:40 UTC (rev 6460) @@ -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"> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
