X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Flocalectl.xml;h=0752f7838cf89065d6ee4b2663e196a21d8bbf17;hb=6ff79f7640273b6efc5c2e15e1c19bca2c5dda23;hp=caf963ae5e535c775273765e77b1951d190f48ba;hpb=681eb9cf2b831293a4f3d4c48a748d2e4a25d69e;p=thirdparty%2Fsystemd.git diff --git a/man/localectl.xml b/man/localectl.xml index caf963ae5e5..0752f7838cf 100644 --- a/man/localectl.xml +++ b/man/localectl.xml @@ -1,28 +1,7 @@ - -%entities; -]> - - + + @@ -30,15 +9,6 @@ localectl systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - @@ -63,7 +33,10 @@ Description localectl may be used to query and change - the system locale and keyboard layout settings. + the system locale and keyboard layout settings. It communicates with + systemd-localed8 + to modify files such as /etc/locale.conf and + /etc/vconsole.conf. The system locale controls the language settings of system services and of the UI before the user logs in, such as the @@ -75,9 +48,14 @@ such as the display manager, as well as the default for users after login. - Use + Note that the changes performed using this tool might require + the initramfs to be rebuilt to take effect during early system boot. + The initramfs is not rebuilt automatically by localectl. + + + Note that systemd-firstboot1 - to initialize the system locale for mounted (but not booted) + may be used to initialize the system locale for mounted (but not booted) system images. @@ -105,11 +83,16 @@ + + + + + Commands The following commands are understood: @@ -117,16 +100,17 @@ status - Show current settings of the system locale and - keyboard mapping. + Show current settings of the system locale and keyboard mapping. + If no command is specified, this is the implied default. - set-locale LOCALE... + set-locale LOCALE + set-locale VARIABLE=LOCALE… - Set the system locale. This takes one or more - assignments such as "LANG=de_DE.utf8", - "LC_MESSAGES=en_GB.utf8", and so on. See + Set the system locale. This takes one locale such as en_US.UTF-8, or takes one or more + locale assignments such as LANG=de_DE.utf8, LC_MESSAGES=en_GB.utf8, and so on. If + one locale without variable name is provided, then LANG= locale variable will be set. See locale7 for details on the available settings and their meanings. Use list-locales for a list of available @@ -217,7 +201,8 @@ , systemctl1, systemd-localed.service8, - systemd-firstboot1 + systemd-firstboot1, + mkinitrd8