Use version entities rather than hardcoded values so the note about keeping up to date with stable kernel releases remains accurate

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7852 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2006-11-03 08:07:26 +00:00
parent d0cada487e
commit 9f20df3128
4 changed files with 22 additions and 8 deletions

View File

@ -36,6 +36,19 @@
</listitem>
-->
<listitem>
<para>2006-11-03</para>
<itemizedlist>
<listitem>
<para>[matthew] - Use version entities from
<filename>packages.ent</filename> rather than hardcoded values in
the note in <filename>chapter03/packages.xml</filename>. Remove the
warning about potential incompatibilities with the bootscripts.
Thanks to Rainer Wirtz for the report.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2006-10-29</para>
<itemizedlist>

View File

@ -321,9 +321,8 @@
<note>
<para>The Linux kernel is updated relatively often, many times due to
discoveries of security vulnerabilities. The latest available
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>
&linux-major-version;.&linux-minor-version;.x kernel version should be
used, unless the errata page says otherwise.</para>
</note>
</listitem>
</varlistentry>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20061029">
<!ENTITY releasedate "October 29, 2006">
<!ENTITY version "SVN-20061103">
<!ENTITY releasedate "November 3, 2006">
<!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -297,10 +297,12 @@
<!ENTITY libtool-ch6-du "16.6 MB">
<!ENTITY libtool-ch6-sbu "0.1 SBU">
<!ENTITY linux-dl-version "2.6">
<!ENTITY linux-version "2.6.18.1">
<!ENTITY linux-major-version "2.6">
<!ENTITY linux-minor-version "18">
<!ENTITY linux-patch-version "1">
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
<!ENTITY linux-size "40,880 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
<!ENTITY linux-md5 "38f00633b02f07819d17bcd87d03eb3a">
<!ENTITY linux-home "http://www.kernel.org/">
<!ENTITY linux-ch8-du "310 - 350 MB">