Author: jhuntwork
Date: 2007-03-31 23:41:19 -0600 (Sat, 31 Mar 2007)
New Revision: 7998

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/linux-headers.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent
Log:
Updated to linux-2.6.20.4. Fixes r1978.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2007-03-31 19:30:35 UTC (rev 7997)
+++ trunk/BOOK/chapter01/changelog.xml  2007-04-01 05:41:19 UTC (rev 7998)
@@ -35,6 +35,16 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>2007-04-01</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jhuntwork] - Upgraded to linux-2.6.20.4. Updated 
linux-headers instructions
+                 in chapter 5 to match instructions in chapter 6. The 
INSTALL_HDR_PATH is no longer
+                 forcibly removed.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>2007-03-27</para>

Modified: trunk/BOOK/chapter05/linux-headers.xml
===================================================================
--- trunk/BOOK/chapter05/linux-headers.xml      2007-03-31 19:30:35 UTC (rev 
7997)
+++ trunk/BOOK/chapter05/linux-headers.xml      2007-04-01 05:41:19 UTC (rev 
7998)
@@ -45,9 +45,8 @@
     <para>Install the header files:</para>
 
 <screen><userinput>make mrproper
-make headers_install
 make headers_check
-cp -av usr/include/* /tools/include</userinput></screen>
+make INSTALL_HDR_PATH=/tools headers_install</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-03-31 19:30:35 UTC (rev 7997)
+++ trunk/BOOK/general.ent      2007-04-01 05:41:19 UTC (rev 7998)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070327">
-<!ENTITY releasedate "March 27, 2007">
+<!ENTITY version "SVN-20070401">
+<!ENTITY releasedate "April 1, 2007">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2007-03-31 19:30:35 UTC (rev 7997)
+++ trunk/BOOK/packages.ent     2007-04-01 05:41:19 UTC (rev 7998)
@@ -299,11 +299,11 @@
 
 <!ENTITY linux-major-version "2.6">
 <!ENTITY linux-minor-version "20">
-<!ENTITY linux-patch-version "3">
+<!ENTITY linux-patch-version "4">
 <!ENTITY linux-version 
"&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
 <!ENTITY linux-size "42,359 KB">
 <!ENTITY linux-url 
"&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
-<!ENTITY linux-md5 "50541e43ec8b9861e63d2351e5355703">
+<!ENTITY linux-md5 "ad6df0431ce9eb91dd558538e71239de">
 <!ENTITY linux-home "http://www.kernel.org/";>
 <!ENTITY linux-ch8-du "310 - 390 MB">
 <!ENTITY linux-ch8-sbu "1.5 - 3.5 SBU">

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