Browse Source

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
Dan Nichilson 19 năm trước cách đây
mục cha
commit
456a46699c
3 tập tin đã thay đổi với 15 bổ sung5 xóa
  1. 10 0
      chapter01/changelog.xml
  2. 3 3
      chapter03/packages.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -35,6 +35,16 @@
       </itemizedlist>
     </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>

+ 3 - 3
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>

+ 2 - 2
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}]" -->