aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter08/kernel.xml2
-rw-r--r--packages.ent20
3 files changed, 14 insertions, 11 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 85760f09b..62d9928ec 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,9 @@
<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
data that previously was separately packaged.</para>
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index de0e4b1df..ca3fd9145 100644
--- a/chapter08/kernel.xml
+++ b/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,
diff --git a/packages.ent b/packages.ent
index a1d83da34..7b6f80f2f 100644
--- a/packages.ent
+++ b/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">