X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Flocale.conf.xml;h=67bcc18e2af7b43aad8a94c62fe6d079d16517e4;hp=06c0af0bf7a9c5b7a50f6f36bd6b6db20ee8bf40;hb=17cd091332040b9a3658db9374440fce7805ca54;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/man/locale.conf.xml b/man/locale.conf.xml index 06c0af0bf..67bcc18e2 100644 --- a/man/locale.conf.xml +++ b/man/locale.conf.xml @@ -64,7 +64,7 @@ newline-separated list of environment-like shell-compatible variable assignments. It is possible to source the configuration from shell scripts, - however, beyond mere variable assignments no shell + however, beyond mere variable assignments, no shell features are supported, allowing applications to read the file without implementing a shell compatible execution engine. @@ -92,10 +92,17 @@ overridden or unset by individual programs or individual users. - Depending on the operating system other + Depending on the operating system, other configuration files might be checked for locale configuration as well, however only as fallback. + + localectl1 + may be used to alter the settings in this file during + runtime from the command line. Use + systemd-firstboot1 + to initialize them on mounted (but not booted) system + images. @@ -129,10 +136,10 @@ German locale with English messages - /etc/locale.conf: + /etc/locale.conf: LANG=de_DE.UTF-8 -LC_MESSAGES=C +LC_MESSAGES=en_US.UTF-8 @@ -142,7 +149,9 @@ LC_MESSAGES=C systemd1, locale7, - systemd-localed.service8 + localectl1, + systemd-localed.service8, + systemd-firstboot1