loadkeys.xml 835 B

123456789101112131415161718
  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 back in <xref linkend="chapter-building-system"/> you decided to go
  5. compile your keymap directly into the kernel (later on in <xref
  6. linkend="chapter-mixture"/>), then strictly speaking you don't need to run this
  7. loadkeys script, since the kernel will set up the keymap for you. If you wish,
  8. you can still run the script, it isn't going to hurt you. Keeping it could even
  9. be beneficial, in case you run a lot of different kernels and can't be sure
  10. that the keymap is compiled into every one of them.</para>
  11. <para>If you decided you don't need or don't want to use the loadkeys script,
  12. remove the <filename
  13. class="symlink">/etc/rc.d/rcsysinit.d/S70loadkeys</filename> symlink.</para>
  14. </sect1>