console.xml 1.1 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-scripts-console">
  7. <title>Do I need the console script?</title>
  8. <?dbhtml filename="console.html"?>
  9. <indexterm zone="ch-scripts-console">
  10. <primary sortas="d-console">console</primary>
  11. <secondary>configuring</secondary></indexterm>
  12. <para>If you plan to compile the keymap directly in the kernel during <xref
  13. linkend="chapter-bootable"/> (see <xref linkend="ch-system-kbd"/>), then strictly
  14. speaking you don't need to run this loadkeys script, since the kernel will set
  15. up the keymap for you. If you wish, you can still run the script, it isn't going
  16. to hurt you. Keeping it could even be beneficial, in case you run a lot of
  17. different kernels and can't be sure that the keymap is compiled into every one
  18. of them.</para>
  19. <para>If you decided you don't need or don't want to use the console script,
  20. remove the <filename class="symlink">/etc/rc.d/rcsysinit.d/S70console</filename> symlink.</para>
  21. </sect1>