mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
26e62aa22d
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
20 lines
786 B
XML
20 lines
786 B
XML
<sect1 id="ch07-loadkeys">
|
|
<title>Do I need the loadkeys script?</title>
|
|
<?dbhtml filename="loadkeys.html" dir="chapter07"?>
|
|
|
|
<para>If you decided to compile your keymap file directly into the kernel
|
|
back at the end of Chapter 6, then you strictly speaking don't need to run
|
|
this loadkeys script, since the kernel has already set up the keymap for
|
|
you. You can still run it if you want, it isn't going to hurt you. It could
|
|
even be beneficial to keep it in case you run a lot of different kernels
|
|
and don't remember or want to compile the keymap into every kernel you lay
|
|
your hands on.</para>
|
|
|
|
<para>If you decided you don't need to, or don't want to use the loadkeys
|
|
script, remove the
|
|
<filename class="symlink">/etc/rc.d/rcsysinit.d/S70loadkeys</filename>
|
|
symlink.</para>
|
|
|
|
</sect1>
|
|
|