Magellan Linux

Contents of /trunk/initscripts/common/etc/vconsole.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2035 - (show annotations) (download)
Thu Jan 24 15:21:11 2013 UTC (11 years, 3 months ago) by niro
File size: 839 byte(s)
-migrate to vconsole.conf and locale.conf
1 # /etc/vconsole.conf - keyboard and font configuration for tty consoles
2 # $Id$
3
4 # This sets your default console keymap.
5 # You can look in the /usr/share/keymaps directory
6 # to determinate valid console keymaps.
7 # See the manpage loadkeys(1) for more information.
8 KEYMAP="de"
9
10 # This can be used to configure a second toggle keymap
11 # and is by default unset
12 KEYMAP_TOGGLE=""
13
14
15 # This sets your default console font.
16 # You can look in the /usr/share/consolefonts directory
17 # to determinate valid console fonts.
18 # See the manpage setfonts(8) for more information.
19 FONT="lat9w-16"
20
21 # This sets your default console map.
22 # You can look in the /usr/share/consoletrans directory
23 # to determinate valid console maps.
24 # See the manpage setfonts(8) for more information.
25 FONT_MAP="8859-1_to_uni"
26 # This sets your defaul unicode map.
27 FONT_UNIMAP=""