Added a few comments here and there
[linux_from_scratch.git] / BOOK / chapter07 / loadkeys.xml
blob770c307d74e7a2294ee9a4bfe1139e1813f7aedc
1 <sect1 id="ch-scripts-loadkeys">
2 <title>Do I need the loadkeys script?</title>
3 <?dbhtml filename="loadkeys.html" dir="chapter07"?>
5 <para>If you decided to compile your keymap file directly into the kernel back
6 at the end of <xref linkend="chapter-building-system"/>, then you strictly speaking don't
7 need to run this loadkeys script, since the kernel has already set up the
8 keymap for you. You can still run it if you want, it isn't going to hurt you.
9 It could even be beneficial to keep it in case you run a lot of different
10 kernels and don't remember or want to compile the keymap into every kernel you
11 lay your hands on.</para>
13 <para>If you decided you don't need to, or don't want to use the loadkeys
14 script, remove the
15 <filename class="symlink">/etc/rc.d/rcsysinit.d/S70loadkeys</filename>
16 symlink.</para>
18 </sect1>