aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-06-19 02:13:38 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-06-19 02:13:38 +0000
commit79f68964ace570c76ad0cbb8724680b97a4b743d (patch)
treeea55527d0f36168fcaa721a4f4f0a90a4b2c2366 /chapter01
parentf691ea8e5223e3fd27f9c2ef44a1f01e1c1442a7 (diff)
Add a sed to the kernel to prevent panics on some systems
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9300 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 92ced62e7..e78c9d9fd 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,18 @@
-->
<listitem>
+ <para>2010-06-18</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Add a sed to the current kernel to work around
+ a bug in linux-2.6.34 and earlier. This change will be removed
+ when incorporated into a subsequent verion of the kernel.
+ Fixes <ulink url="&lfs-ticket-root;2662">#2662</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2010-06-16</para>
<itemizedlist>
<listitem>