home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / console-data / README.Debian < prev    next >
Encoding:
Text File  |  2006-06-09  |  1.5 KB  |  35 lines

  1.  The Agafari ethiopic fonts from the source package were not included
  2. because it's a bit unclear whether they should be distributed. Please
  3. use Goha or GohaClassic if you want the Ethiopic script.
  4.  See /usr/share/doc/console-data/fonts/README.Ethiopic for details.
  5.  
  6.  
  7. /etc/console/boottime.kmap.gz
  8. ------------------------------
  9. The keymap is loaded very early during the booting process.  It has to
  10. be set before any of the other init scripts that could fall to
  11. command-line.
  12.  
  13. The first such script as of Debian 2.2 is /etc/rcS.d/S10checkroot.sh,
  14. which can spawn sulogin.  Thus the keymap-loading script has to be run
  15. before this.  Numbering of 05 has been chosen.
  16.  
  17. This implies, as /usr may not reside on the root partition, that the
  18. keymaps in /usr/share may not be accessible at the point we want to
  19. load one of them.  Thus we need to have the keymap in /etc itself
  20. (/etc/console-tools/default.kmap or /etc/kbd/default.kmap) - allowing
  21. a symlink into /usr for systems where this would make sense would
  22. needlessly complicate the system.
  23.  
  24. But as many keymaps make use of the "include" feature, the chosen
  25. keymap should not be simply copied into /etc.  Safe keymap
  26. installation can be easily achieved using install-keymap(8).
  27.  
  28. If you wish to change the boottime keymap, you should edit
  29. /etc/console-tools/remap and add changes to an existing keymap 
  30. there. Editing /etc/console/boottime.kmap.gz is not recommended
  31. as you may lose your changes. If you do edit this file, then
  32. select 'do not touch keymap' from the debconf choices offered
  33. by console-data whenever you upgrade.
  34.  
  35.