source: bootscripts-standard/boot-scripts/clfs/sysconfig/i18n @ 77aff82

Last change on this file since 77aff82 was 77aff82, checked in by William Harrington <kb0iic@…>, 10 years ago

Add directory housing the scripts for the boot-method currently used in the systemd book.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1########################################################################
2# Begin /etc/sysconfig/i18n
3#
4# Description : i18n script config file
5#
6# Authors     : Jim Gifford
7#
8# Version     : 00.00
9#
10# Notes       :
11#
12########################################################################
13
14# FONT specifies the default font that you'd like Linux to use on the
15# console.  You can find a good selection of fonts in /usr/share/consolefonts
16# To use the default console font, comment out the FONT setting below.
17#
18FONT="LatArCyrHeb-16"
19
20# CONSOLETRANSLATION is the charset map file to use.  Leave commented to use
21# the default one.  Have a look in /usr/share/consoletrans for a selection of
22# map files you can use.
23#
24#FONT_TRANSLATION="8859-1_to_uni"
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#
29KEYMAP=us
30
31# Should we first load the 'windowkeys' console keymap?  Anyone using
32# a windows keyboard will select true. Everyone else select no.
33#
34WINDOWS_KEYBOARD=no
35
36# The maps to load for extended keyboards.  Most users will leave this as is.
37#
38#EXTENDED_KEYMAPS="backspace keypad euro"
39
40# Tell dumpkeys(1) to interpret character action codes to be
41# from the specified character set.
42# For a list of valid sets, run `dumpkeys --help`
43#
44DUMPKEYS_CHARSET=""
45
46# Use UNICODE
47#
48UNICODE=yes
49
50# End /etc/sysconfig/unicode
Note: See TracBrowser for help on using the repository browser.