loadkeys.xml 786 B

12345678910111213141516171819
  1. <sect1 id="ch07-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
  5. back at the end of chapter 6, then you strictly speaking don't need to run
  6. this loadkeys script, since the kernel has already set up the keymap for
  7. you. You can still run it if you want, it isn't going to hurt you. It could
  8. even be beneficial to keep it in case you run a lot of different kernels
  9. and don't remember or want to compile the keymap into every kernel you lay
  10. 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>