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
This commit is contained in:
Dan Nichilson 2006-09-20 20:28:36 +00:00
parent cc8f898fae
commit 456a46699c
3 changed files with 15 additions and 5 deletions

View File

@ -35,6 +35,16 @@
</itemizedlist> </itemizedlist>
</listitem> </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> <listitem>
<para>2006-09-18</para> <para>2006-09-18</para>
<itemizedlist> <itemizedlist>

View File

@ -321,9 +321,9 @@
<note> <note>
<para>The Linux kernel is updated relatively often, many times due to <para>The Linux kernel is updated relatively often, many times due to
discoveries of security vulnerabilities. The latest available discoveries of security vulnerabilities. The latest available
2.6.16.x kernel version should be used, unless the errata page says 2.6.17.x kernel version should be used, unless the errata page says
otherwise. Do not use version 2.6.17 or later kernels due to otherwise. Do not use version 2.6.18 or later kernels due to
potential incompatibilites of the bootscripts.</para> potential incompatibilites with the bootscripts.</para>
</note> </note>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20060918"> <!ENTITY version "SVN-20060920">
<!ENTITY releasedate "September 18, 2006"> <!ENTITY releasedate "September 20, 2006">
<!ENTITY milestone "6.3"> <!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->