diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-04 16:51:16 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-04 16:51:16 +0000 |
commit | 688ddbbeaeea6410fbc4c42bae46fd7bd7d30e1a (patch) | |
tree | e834ba1e7ff3a3279ca7277a5d51f77152f3241b /chapter08 | |
parent | f6d7f48f61019cbeb5728bbe497364d68e8c0813 (diff) |
Correct the order of the Changelog entries. Sometimes quilt/patch are just too efficient.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 7d410cabe..4ef9bb44e 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -39,6 +39,13 @@ 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> |