Author: matthew
Date: 2008-01-29 12:54:40 -0700 (Tue, 29 Jan 2008)
New Revision: 8467

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/linux-headers.xml
   trunk/BOOK/packages.ent
Log:
Upgrade to Linux-2.6.24.  Fixes #2.6.24.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-01-29 19:52:59 UTC (rev 8466)
+++ trunk/BOOK/chapter01/changelog.xml  2008-01-29 19:54:40 UTC (rev 8467)
@@ -40,6 +40,10 @@
       <para>2008-01-29</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Upgraded to Linux-2.6.24. Fixes
+          <ulink url="&lfs-ticket-root;2137">#2137</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgraded to Findutils-4.2.32. Fixes
           <ulink url="&lfs-ticket-root;2136">#2136</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter06/linux-headers.xml
===================================================================
--- trunk/BOOK/chapter06/linux-headers.xml      2008-01-29 19:52:59 UTC (rev 
8466)
+++ trunk/BOOK/chapter06/linux-headers.xml      2008-01-29 19:54:40 UTC (rev 
8467)
@@ -46,13 +46,6 @@
     by way of sanitizing various C header files that are shipped in the Linux
     kernel source tarball.</para>
 
-    <para>Apply a <command>sed</command> subsitution to suppress the
-    installation of header files in <filename
-    class='directory'>/usr/include/scsi</filename>. The versions provided by
-    Glibc will be used instead:</para>
-
-<screen><userinput remap="pre">sed -i '/scsi/d' 
include/Kbuild</userinput></screen>
-
     <para>Install the header files:</para>
 
 <screen><userinput remap="install">make mrproper
@@ -69,7 +62,7 @@
       <segtitle>Installed headers</segtitle>
 
       <seglistitem>
-        <seg>/usr/include/{asm{,-generic},linux,mtd,rdma,sound}/*.h</seg>
+        <seg>/usr/include/{asm{,-generic},linux,mtd,rdma,sound,video}/*.h</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2008-01-29 19:52:59 UTC (rev 8466)
+++ trunk/BOOK/packages.ent     2008-01-29 19:54:40 UTC (rev 8467)
@@ -300,12 +300,13 @@
 <!ENTITY libtool-ch6-sbu "0.1 SBU">
 
 <!ENTITY linux-major-version "2.6">
-<!ENTITY linux-minor-version "23">
-<!ENTITY linux-patch-version "14">
-<!ENTITY linux-version 
"&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
-<!ENTITY linux-size "44,403 KB">
+<!ENTITY linux-minor-version "24">
+<!ENTITY linux-patch-version "">
+<!--<!ENTITY linux-version 
"&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
+<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
+<!ENTITY linux-size "45,642 KB">
 <!ENTITY linux-url 
"&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
-<!ENTITY linux-md5 "63a6a28ad2480edcffbc09c008b0939d">
+<!ENTITY linux-md5 "3f23ad4b69d0a552042d1ed0f4399857">
 <!ENTITY linux-home "http://www.kernel.org/";>
 <!ENTITY linux-ch8-du "350 - 450 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