diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-11-03 08:07:26 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-11-03 08:07:26 +0000 |
commit | 9f20df31280ec47f4a92a2e32061264d2b0910a3 (patch) | |
tree | 695fbbc722d4cb7924ed94859ce68575922e8544 /chapter03 | |
parent | d0cada487e86fb8618072839ab8507cc4c8dfc20 (diff) |
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
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/packages.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter03/packages.xml b/chapter03/packages.xml index e2e0d7b48..abba3c275 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -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> |