mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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:
parent
d0cada487e
commit
9f20df3128
@ -36,6 +36,19 @@
|
|||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>2006-10-29</para>
|
<para>2006-10-29</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -321,9 +321,8 @@
|
|||||||
<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.17.x kernel version should be used, unless the errata page says
|
&linux-major-version;.&linux-minor-version;.x kernel version should be
|
||||||
otherwise. Do not use version 2.6.18 or later kernels due to
|
used, unless the errata page says otherwise.</para>
|
||||||
potential incompatibilites with the bootscripts.</para>
|
|
||||||
</note>
|
</note>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20061029">
|
<!ENTITY version "SVN-20061103">
|
||||||
<!ENTITY releasedate "October 29, 2006">
|
<!ENTITY releasedate "November 3, 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}]" -->
|
||||||
|
|
||||||
|
@ -297,10 +297,12 @@
|
|||||||
<!ENTITY libtool-ch6-du "16.6 MB">
|
<!ENTITY libtool-ch6-du "16.6 MB">
|
||||||
<!ENTITY libtool-ch6-sbu "0.1 SBU">
|
<!ENTITY libtool-ch6-sbu "0.1 SBU">
|
||||||
|
|
||||||
<!ENTITY linux-dl-version "2.6">
|
<!ENTITY linux-major-version "2.6">
|
||||||
<!ENTITY linux-version "2.6.18.1">
|
<!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-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-md5 "38f00633b02f07819d17bcd87d03eb3a">
|
||||||
<!ENTITY linux-home "http://www.kernel.org/">
|
<!ENTITY linux-home "http://www.kernel.org/">
|
||||||
<!ENTITY linux-ch8-du "310 - 350 MB">
|
<!ENTITY linux-ch8-du "310 - 350 MB">
|
||||||
|
Loading…
Reference in New Issue
Block a user