Guest User

Untitled

a guest
Aug 7th, 2011
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.86 KB | None | 0 0
  1. /etc/conf.d/consolefont
  2.  
  3. # consolefont specifies the default font that you'd like Linux to use on the
  4. # console.  You can find a good selection of fonts in /usr/share/consolefonts;
  5. # you shouldn't specify the trailing ".psf.gz", just the font name below.
  6. # To use the default console font, comment out the CONSOLEFONT setting below.
  7. # This setting is used by the /etc/init.d/consolefont script (NOTE: if you do
  8. # not want to use it, run "rc-update del consolefont" as root).
  9. #consolefont="default8x16"
  10.  
  11. consolefont="cyr-sun16"
  12.  
  13.  
  14. # consoletranslation is the charset map file to use.  Leave commented to use
  15. # the default one.  Have a look in /usr/share/consoletrans for a selection of
  16. # map files you can use.
  17. #consoletranslation="8859-1_to_uni"
  18.  
  19. # unicodemap is the unicode map file to use. Leave commented to use the
  20. # default one. Have a look in /usr/share/unimaps for a selection of map files
  21. # you can use.
  22. #unicodemap="iso01"
  23.  
  24. /etc/conf.d/keymaps
  25.  
  26. # Use KEYMAP to specify the default console keymap.  There is a complete tree
  27. # of keymaps in /usr/share/keymaps to choose from.
  28. keymap="-u ru"
  29.  
  30. # Should we first load the 'windowkeys' console keymap?  Most x86 users will
  31. # say "yes" here.  Note that non-x86 users should leave it as "no".
  32. windowkeys="YES"
  33.  
  34. # The maps to load for extended keyboards.  Most users will leave this as is.
  35. extended_keymaps=""
  36. #extended_keymaps="backspace keypad euro2"
  37.  
  38. # Tell dumpkeys(1) to interpret character action codes to be
  39. # from the specified character set.
  40. # This only matters if you set unicode="yes" in /etc/rc.conf.
  41. # For a list of valid sets, run `dumpkeys --help`
  42. dumpkeys_charset="koi8-r"
  43.  
  44. # Some fonts map AltGr-E to the currency symbol ¤ instead of the Euro €
  45. # To fix this, set to "yes"
  46. fix_euro="NO"
  47.  
  48. /etc/locale.gen
  49. ru_RU.UTF-8 UTF-8
  50. en_US.UTF-8 UTF-8
  51.  
  52. /etc/env.d/02locale
  53. LANG="ru_RU.UTF-8"
Advertisement
Add Comment
Please, Sign In to add comment