diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-07-22 03:32:50 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-07-22 03:32:50 +0000 |
commit | 6130b4119e77203361900c2293d9cab7898e6d9e (patch) | |
tree | ee49726f1b97e41ab465d48f459a297516790124 | |
parent | d4182888123c1b4a5cfcecacd7d87db6954e89a4 (diff) |
Updated to the 2.6.16.27 kernel
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7693 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter03/packages.xml | 7 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 14 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ed71e295f..5263fce1e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>July 21, 2006</para> <itemizedlist> <listitem> + <para>[bdubbs] - Updated to linux-2.6.16.27. Added a note to use the + latest kernel version available in the 2.6.16 series.</para> + </listitem> + <listitem> <para>[bdubbs] - Updated vim patch set to level 7.</para> </listitem> <listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index e5cc7bf2d..db5770aa4 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -317,6 +317,13 @@ <para>Home page: <ulink url="&linux-home;"/></para> <para>Download: <ulink url="&linux-url;"/></para> <para>MD5 sum: <literal>&linux-md5;</literal></para> + <note> + <para>The Linux kernel is updated relatively often, many times due to + discoveries of security vulnerabilities. The latest available + 2.6.16.x kernel version should be used, unless the errata page says + otherwise. Do not use version 2.6.17 or later kernels due to + potential incompatibilites of the bootscripts.</para> + </note> </listitem> </varlistentry> diff --git a/packages.ent b/packages.ent index ef462e688..8446196fb 100644 --- a/packages.ent +++ b/packages.ent @@ -295,10 +295,10 @@ <!ENTITY libtool-ch6-sbu "0.1 SBU"> <!ENTITY linux-dl-version "2.6"> -<!ENTITY linux-version "2.6.16.26"> -<!ENTITY linux-size "39,924 KB"> +<!ENTITY linux-version "2.6.16.27"> +<!ENTITY linux-size "39,886 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2"> -<!ENTITY linux-md5 "e50cea2dbc4f427b4b555b8e0f77337d"> +<!ENTITY linux-md5 "ebedfe5376efec483ce12c1629c7a5b1"> <!ENTITY linux-home "http://www.kernel.org/"> <!ENTITY linux-ch8-du "310 - 350 MB"> <!ENTITY linux-ch8-sbu "1.5 - 3 SBU"> |