diff options
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> |