Browse Source

Updated the Linux kernel to 2.6.26.5

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Randy McMurchy 17 năm trước cách đây
mục cha
commit
2b694e785b
3 tập tin đã thay đổi với 14 bổ sung11 xóa
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter08/kernel.xml
  3. 10 10
      packages.ent

+ 3 - 0
chapter01/changelog.xml

@@ -40,6 +40,9 @@
     <listitem>
       <para>2008-10-05</para>
       <itemizedlist>
+        <listitem>
+          <para>[randy] - Updated the Linux kernel to 2.6.26.5.</para>
+        </listitem>
         <listitem>
           <para>[randy] - Updated Glibc to a 2.8 snapshot taken on
           9/29/2008. The tarball of this snapshot includes the libidn

+ 1 - 1
chapter08/kernel.xml

@@ -116,7 +116,7 @@
     <para>The path to the kernel image may vary depending on the platform
     being used. The following command assumes an x86 architecture:</para>
 
-<screen><userinput remap="install">cp -v arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen>
+<screen><userinput remap="install">cp -v arch/x86/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen>
 
     <para><filename>System.map</filename> is a symbol file for the kernel.
     It maps the function entry points of every function in the kernel API,

+ 10 - 10
packages.ent

@@ -310,21 +310,21 @@
 <!ENTITY libtool-ch6-sbu "0.1 SBU">
 
 <!ENTITY linux-major-version "2.6">
-<!ENTITY linux-minor-version "24">
-<!ENTITY linux-patch-version "4">
+<!ENTITY linux-minor-version "26">
+<!ENTITY linux-patch-version "5">
 <!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,689 KB">
+<!ENTITY linux-size "49,450 KB">
 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
-<!ENTITY linux-md5 "91d3ae8d362c8da73a0aa17d5452207d">
+<!ENTITY linux-md5 "98261b39a558cf0739703ffea7db9f43">
 <!ENTITY linux-home "http://www.kernel.org/">
-<!ENTITY linux-ch8-du "350 - 450 MB">
-<!ENTITY linux-ch8-sbu "1.5 - 3.5 SBU">
+<!ENTITY linux-ch8-du "350 - 500 MB">
+<!ENTITY linux-ch8-sbu "1.5 - 5.0 SBU">
 
-<!ENTITY linux-headers-ch5-du "286 MB">
-<!ENTITY linux-headers-ch5-sbu "less than 0.1 SBU">
-<!ENTITY linux-headers-ch6-du "286 MB">
-<!ENTITY linux-headers-ch6-sbu "less than 0.1 SBU">
+<!ENTITY linux-headers-ch5-du "341 MB">
+<!ENTITY linux-headers-ch5-sbu "0.1 SBU">
+<!ENTITY linux-headers-ch6-du "341 MB">
+<!ENTITY linux-headers-ch6-sbu "0.1 SBU">
 
 <!ENTITY m4-version "1.4.10">
 <!ENTITY m4-size "722 KB">