From: Lennart Poettering Date: Thu, 20 Jan 2011 23:42:47 +0000 (+0100) Subject: man: give an example for vconsole.conf X-Git-Tag: v17~11 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76e7bc8dfbb1139254c3819f448246592f17f317;p=systemd man: give an example for vconsole.conf https://bugs.freedesktop.org/show_bug.cgi?id=31955 --- diff --git a/man/locale.conf.xml b/man/locale.conf.xml index fa446a8e..d36e7bda 100644 --- a/man/locale.conf.xml +++ b/man/locale.conf.xml @@ -117,6 +117,19 @@ this file. For details about the meaning and semantics of these settings, refer to locale7. + + + + Example + + + German locale with english messages + + /etc/locale.conf: + + LANG=de_DE.UTF-8 +LC_MESSAGE=C + diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml index d6ac5799..a73db00d 100644 --- a/man/vconsole.conf.xml +++ b/man/vconsole.conf.xml @@ -119,6 +119,20 @@ + + Example + + + German keyboard and console + + /etc/vconsole.conf: + + KEYMAP=de-latin1 +FONT=latarcyrheb-sun16 + + + + See Also