Ver código fonte

Upgraded to udev-062

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6460 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 anos atrás
pai
commit
99654e81c8
5 arquivos alterados com 8 adições e 5 exclusões
  1. 2 0
      chapter01/changelog.xml
  2. 1 1
      chapter03/packages.xml
  3. 1 1
      chapter06/udev.xml
  4. 3 2
      chapter09/reboot.xml
  5. 1 1
      general.ent

+ 2 - 0
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>

+ 1 - 1
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>

+ 1 - 1
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>

+ 3 - 2
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

+ 1 - 1
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">