Guest User

consolefont

a guest
Sep 8th, 2012
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. # consolefont specifies the default font that you'd like Linux to use on the
  2. # console. You can find a good selection of fonts in /usr/share/consolefonts;
  3. # you shouldn't specify the trailing ".psf.gz", just the font name below.
  4. # To use the default console font, comment out the CONSOLEFONT setting below.
  5. # This setting is used by the /etc/init.d/consolefont script (NOTE: if you do
  6. # not want to use it, run "rc-update del consolefont boot" as root).
  7. consolefont="default8x16"
  8.  
  9. # consoletranslation is the charset map file to use. Leave commented to use
  10. # the default one. Have a look in /usr/share/consoletrans for a selection of
  11. # map files you can use.
  12. #consoletranslation="8859-1_to_uni"
  13.  
  14. # unicodemap is the unicode map file to use. Leave commented to use the
  15. # default one. Have a look in /usr/share/unimaps for a selection of map files
  16. # you can use.
  17. #unicodemap="iso01"
  18. consolefont="Cyr_a8x16"
  19. #consoletrans="cp886_to_uni"
Advertisement
Add Comment
Please, Sign In to add comment