consolefont.template 997 B

123456789101112131415161718192021222324
  1. #/etc/conf.d/consolefont
  2. # The consolefont service is not activated by default. If you need to
  3. # use it, you should run "rc-update add consolefont boot" as root.
  4. #
  5. # consolefont specifies the default font that you'd like Linux to use on the
  6. # console. You can find a good selection of fonts in /usr/share/consolefonts;
  7. # you shouldn't specify the trailing ".psf.gz", just the font name below.
  8. # To use the default console font, comment out the CONSOLEFONT setting below.
  9. #consolefont="TamzenForPowerline8x16"
  10. #consolefont="UniCyrExt_8x16"
  11. consolefont="UniCyr_8x16"
  12. #consolefont="ter_u16b"
  13. # consoletranslation is the charset map file to use. Leave commented to use
  14. # the default one. Have a look in /usr/share/consoletrans for a selection of
  15. # map files you can use.
  16. #consoletranslation="8859-1_to_uni"
  17. # unicodemap is the unicode map file to use. Leave commented to use the
  18. # default one. Have a look in /usr/share/unimaps for a selection of map files
  19. # you can use.
  20. #unicodemap="iso01"