Author: matthew
Date: 2006-01-03 08:49:33 -0700 (Tue, 03 Jan 2006)
New Revision: 7240

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter02/creatingfilesystem.xml
   trunk/BOOK/general.ent
Log:
Fix bug 1674 by removing the incorrect -v flag from the mkswap command

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2005-12-31 18:20:17 UTC (rev 7239)
+++ trunk/BOOK/chapter01/changelog.xml  2006-01-03 15:49:33 UTC (rev 7240)
@@ -114,6 +114,10 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>January 3, 2006 [matt]: Remove the -v flag from the example
+mkswap command in chapter 2 as it does not affect verbosity (fixes bug 1674).
+</para></listitem>
+
 <listitem><para>December 31, 2005 [ken]: Alter installation of Linux Libc asm
 Headers in chroot, to be repeatable.</para>
 </listitem>

Modified: trunk/BOOK/chapter02/creatingfilesystem.xml
===================================================================
--- trunk/BOOK/chapter02/creatingfilesystem.xml 2005-12-31 18:20:17 UTC (rev 
7239)
+++ trunk/BOOK/chapter02/creatingfilesystem.xml 2006-01-03 15:49:33 UTC (rev 
7240)
@@ -53,7 +53,7 @@
 issuing the command below. If you are using an existing swap partition, there 
is
 no need to format it.</para>
 
-<screen role="nodump"><userinput>mkswap -v 
/dev/<replaceable>[yyy]</replaceable></userinput></screen>
+<screen role="nodump"><userinput>mkswap 
/dev/<replaceable>[yyy]</replaceable></userinput></screen>
 
 <para>Replace <replaceable>[yyy]</replaceable> with the name of the swap
 partition.</para>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2005-12-31 18:20:17 UTC (rev 7239)
+++ trunk/BOOK/general.ent      2006-01-03 15:49:33 UTC (rev 7240)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20051231">
-<!ENTITY releasedate "December 31, 2005">
+<!ENTITY version "SVN-20060103">
+<!ENTITY releasedate "January 3, 2006">
 <!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