aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/kernel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r--chapter08/kernel.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 4b9f0bcfd..fcac33a39 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -48,13 +48,6 @@
in the kernel source tree for alternative methods to the way this book
configures the kernel.</para>
- <para>By default, 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 aciive. 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>
@@ -64,7 +57,14 @@
kernel compilation. Do not rely on the source tree being clean after
un-tarring.</para>
- <!-- Support for compiling a keymap into the kernel is deliberately removed -->
+ <para>If, in <xref linkend="ch-scripts-console" role=","/> it was decided to
+ compile the keymap into the kernel, issue the command below:</para>
+
+<screen role="nodump"><userinput>loadkeys -m /usr/share/kbd/keymaps/<replaceable>[path to keymap]</replaceable> &gt; \
+ drivers/char/defkeymap.c</userinput></screen>
+
+ <para>For example, if using a Dutch keyboard, use
+ <filename>/usr/share/kbd/keymaps/i386/qwerty/nl.map.gz</filename>.</para>
<para>Configure the kernel via a menu-driven interface. BLFS has some
information regarding particular kernel configuration requirements of