Author: bdubbs
Date: 2011-10-10 11:56:39 -0600 (Mon, 10 Oct 2011)
New Revision: 9624

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter03/introduction.xml
   trunk/BOOK/general.ent
Log:
Add a paragraph in Chapter 3.1 about obtaining and using md5sums 
for the packages in the book.


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2011-10-10 02:59:11 UTC (rev 9623)
+++ trunk/BOOK/chapter01/changelog.xml  2011-10-10 17:56:39 UTC (rev 9624)
@@ -37,6 +37,16 @@
 
 -->
     <listitem>
+      <para>2011-10-10</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Add a paragraph in Chapter 3.1 about obtaining and
+          using md5sums for the packages in the book.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2011-10-08</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter03/introduction.xml
===================================================================
--- trunk/BOOK/chapter03/introduction.xml       2011-10-10 02:59:11 UTC (rev 
9623)
+++ trunk/BOOK/chapter03/introduction.xml       2011-10-10 17:56:39 UTC (rev 
9624)
@@ -24,7 +24,7 @@
   url="http://www.google.com/"/>) provides a useful search engine for
   most packages. If this search is unsuccessful, try one of the
   alternative means of downloading discussed at <ulink
-  url="&lfs-root;lfs/packages.html#packages"/>.</para>
+  url="&lfs-root;lfs/packages.html#packages"/>. </para>
 
   <para>Downloaded packages and patches will need to be stored somewhere
   that is conveniently available throughout the entire build. A working
@@ -53,6 +53,15 @@
   <ulink url="../wget-list">wget-list</ulink> as an input to
   <command>wget</command>. For example:</para>
 
-  <screen role="nodump"><userinput>wget -i wget-list -P 
$LFS/sources</userinput></screen> 
+<screen role="nodump"><userinput>wget -i wget-list -P 
$LFS/sources</userinput></screen> 
 
+  <para>Additionally, starting with LFS-7.0, there is a separate file, 
+  <ulink url="../md5sums">md5sums</ulink>, can be used to verify that all
+  the correct packages are available before proceeding.  Place that file in 
+  <filename class="directory">$LFS/sources</filename> and run:</para>
+
+<screen role="nodump"><userinput>pushd  $LFS/sources
+md5sum -c md5sums
+popd</userinput></screen> 
+
 </sect1>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2011-10-10 02:59:11 UTC (rev 9623)
+++ trunk/BOOK/general.ent      2011-10-10 17:56:39 UTC (rev 9624)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20111008">
-<!ENTITY releasedate "Oct 8, 2011">
+<!ENTITY version "SVN-20111010">
+<!ENTITY releasedate "Oct 10, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.0">
 <!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