X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fvconsole.conf.xml;h=a73db00d1cee690d99256383f4a2cf56fcbbb40e;hb=28cf382a0afd10d0e2a71d152f0df4909e90d159;hp=1926f337bb7e171fde91ab71dd61d8bb65e64fd1;hpb=eeca220bc280ebbed98bb3fc2c8d63efeccbfca1;p=elogind.git diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml index 1926f337b..a73db00d1 100644 --- a/man/vconsole.conf.xml +++ b/man/vconsole.conf.xml @@ -22,7 +22,7 @@ along with systemd; If not, see . --> - + vconsole.conf systemd @@ -59,20 +59,21 @@ and console font. The basic file format of the - vconsole.conf is a set of - environment-like shell-compatible variable - assignments. It is possible to source the - configuration from shell scripts, however, beyond mere - variable assignments no shell features are supported, - allowing applications to read the file without - containing a shell compatible execution engine. + vconsole.conf is a + newline-separated list environment-like + shell-compatible variable assignments. It is possible + to source the configuration from shell scripts, + however, beyond mere variable assignments no shell + features are supported, allowing applications to read + the file without implementing a shell compatible + execution engine. Note that the kernel command line options vconsole.keymap=, vconsole.keymap.toggle=, vconsole.font=, vconsole.font.map=, - vconsole.font.unimap= can be used + vconsole.font.unimap= may be used to override the console settings at boot. Depending on the operating system other @@ -118,6 +119,20 @@ + + Example + + + German keyboard and console + + /etc/vconsole.conf: + + KEYMAP=de-latin1 +FONT=latarcyrheb-sun16 + + + + See Also