loadkeys.xml 824 B

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