diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-04 16:48:34 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-04 16:48:34 +0000 |
commit | f6d7f48f61019cbeb5728bbe497364d68e8c0813 (patch) | |
tree | 41c0cbb7e085905b5c0866844283c31554a07f11 /chapter08 | |
parent | bb8dd5eefd039364d369aeaefa211e47ceb9dc3d (diff) |
Upgrade to Linux-2.6.18
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 4ef9bb44e..7d410cabe 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -39,13 +39,6 @@ in the kernel source tree for alternative methods to the way this book configures the kernel.</para> - <para>By default, the Linux kernel generates wrong sequences of bytes when - dead keys are used in UTF-8 keyboard mode. Also, one cannot copy and paste - non-ASCII characters when UTF-8 mode is active. Fix these issues with the - patch:</para> - -<screen><userinput>patch -Np1 -i ../&linux-utf8-patch;</userinput></screen> - <para>Prepare for compilation by running the following command:</para> <screen><userinput>make mrproper</userinput></screen> |