Author: manuel
Date: 2005-10-19 15:05:34 -0600 (Wed, 19 Oct 2005)
New Revision: 7058

Modified:
   trunk/BOOK/chapter05/binutils-pass2.xml
   trunk/BOOK/chapter05/glibc.xml
   trunk/BOOK/chapter09/reboot.xml
   trunk/BOOK/general.ent
Log:
Added a few missing -v switches.

Modified: trunk/BOOK/chapter05/binutils-pass2.xml
===================================================================
--- trunk/BOOK/chapter05/binutils-pass2.xml     2005-10-19 19:13:12 UTC (rev 
7057)
+++ trunk/BOOK/chapter05/binutils-pass2.xml     2005-10-19 21:05:34 UTC (rev 
7058)
@@ -42,7 +42,7 @@
 
 <para>Create a separate build directory again:</para>
 
-<screen><userinput>mkdir ../binutils-build
+<screen><userinput>mkdir -v ../binutils-build
 cd ../binutils-build</userinput></screen>
 
 <para>Prepare Binutils for compilation:</para>

Modified: trunk/BOOK/chapter05/glibc.xml
===================================================================
--- trunk/BOOK/chapter05/glibc.xml      2005-10-19 19:13:12 UTC (rev 7057)
+++ trunk/BOOK/chapter05/glibc.xml      2005-10-19 21:05:34 UTC (rev 7058)
@@ -57,7 +57,7 @@
 <para>The Glibc documentation recommends building Glibc outside of the source
 directory in a dedicated build directory:</para>
 
-<screen><userinput>mkdir ../glibc-build
+<screen><userinput>mkdir -v ../glibc-build
 cd ../glibc-build</userinput></screen>
 
 <para>Next, prepare Glibc for compilation:</para>

Modified: trunk/BOOK/chapter09/reboot.xml
===================================================================
--- trunk/BOOK/chapter09/reboot.xml     2005-10-19 19:13:12 UTC (rev 7057)
+++ trunk/BOOK/chapter09/reboot.xml     2005-10-19 21:05:34 UTC (rev 7058)
@@ -38,7 +38,7 @@
 
 <para>Unmount the LFS file system itself:</para>
 
-<screen><userinput>umount $LFS</userinput></screen>
+<screen><userinput>umount -v $LFS</userinput></screen>
 
 <para>If multiple partitions were created, unmount the other
 partitions before unmounting the main one, like this:</para>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2005-10-19 19:13:12 UTC (rev 7057)
+++ trunk/BOOK/general.ent      2005-10-19 21:05:34 UTC (rev 7058)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20051015">
-<!ENTITY releasedate "October 15, 2005">
+<!ENTITY version "SVN-20051019">
+<!ENTITY releasedate "October 19, 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