aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-10-04 16:53:55 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-10-04 16:53:55 +0000
commitbf91658d65107428947e1952ad81a19faad62642 (patch)
tree41c0cbb7e085905b5c0866844283c31554a07f11 /chapter08
parent688ddbbeaeea6410fbc4c42bae46fd7bd7d30e1a (diff)
Undo r7810. It obviously contained much more than the commit log stated.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kernel.xml7
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>