diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-09-20 20:28:36 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-09-20 20:28:36 +0000 |
commit | 456a46699c4a0ceed66e9a58efd2b0a6be40f3d2 (patch) | |
tree | 4a7b2a34baea7c5c43e3ec495d5e7f114e749522 | |
parent | cc8f898faef7aa2dc60be5e777077f8976a278db (diff) |
Fixed Linux note to not use newer than 2.6.17.x
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7792 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter03/packages.xml | 6 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 15 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 716995117..c9b1b5652 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ </listitem> --> <listitem> + <para>2006-09-20</para> + <itemizedlist> + <listitem> + <para>[dnicholson] - Changed note about using newer Linux + than in the book to reflect current versions.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2006-09-18</para> <itemizedlist> <listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index bc8385607..0b0a74a39 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -321,9 +321,9 @@ <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> + 2.6.17.x kernel version should be used, unless the errata page says + otherwise. Do not use version 2.6.18 or later kernels due to + potential incompatibilites with the bootscripts.</para> </note> </listitem> </varlistentry> diff --git a/general.ent b/general.ent index 438295f09..7944d870f 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20060918"> -<!ENTITY releasedate "September 18, 2006"> +<!ENTITY version "SVN-20060920"> +<!ENTITY releasedate "September 20, 2006"> <!ENTITY milestone "6.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |