kbd-exp.xml 601 B

1234567891011121314151617181920212223
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para>
  4. <userinput>--datadir=/usr/share/kbd:</userinput> This puts the kbd data files
  5. (fonts, keymaps, and such) in the /usr/share/kbd directory, as the FHS
  6. suggests.
  7. </para>
  8. <para>
  9. <userinput>rm
  10. /usr/share/kbd/keymaps/i386/qwerty/defkeymap.map.gz:</userinput> We
  11. remove this file because we don't know which keymap you need to use.
  12. </para>
  13. <para>
  14. <userinput>ln -s &lt;path-to-keymap&gt; defkeymap.map.gz</userinput>
  15. With this command you set the default keymap that can be loaded using
  16. the <userinput>loadkeys -d</userinput> command.
  17. </para>
  18. </sect2>