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=42634febac599b420e9af915e5673f1b612525be;hb=a8ca47227d1ab716ba928d8b9334b655ca5a840c;hpb=845c53246f73a505f12bb7f685a530045fa60a40 diff --git a/man/locale.conf.xml b/man/locale.conf.xml index 42634feba..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. @@ -132,7 +139,7 @@ /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