From 688ddbbeaeea6410fbc4c42bae46fd7bd7d30e1a Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 4 Oct 2006 16:51:16 +0000 Subject: 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 --- chapter08/kernel.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chapter08') 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. + 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: + +patch -Np1 -i ../&linux-utf8-patch; + Prepare for compilation by running the following command: make mrproper -- cgit v1.2.3-54-g00ecf