mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
man: mention localed and localectl in locale.conf(5) and vconsole.conf(5)
Fixes #295. (We cannot add a comment to either of those files because they are documented to "only support variable assignments", so it's better to add an explanation in the man page instead.)
This commit is contained in:
parent
ad29b8897e
commit
8968e36f21
@ -91,12 +91,14 @@
|
||||
might be checked for locale configuration as well, however only as
|
||||
fallback.</para>
|
||||
|
||||
<para><citerefentry project='man-pages'><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
|
||||
<para><filename>/etc/vconsole.conf</filename> is usually created and updated
|
||||
using
|
||||
<citerefentry><refentrytitle>systemd-localed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
|
||||
<citerefentry project='man-pages'><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
|
||||
may be used to alter the settings in this file during runtime from
|
||||
the command line. Use
|
||||
<citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry>
|
||||
to initialize them on mounted (but not booted) system
|
||||
images.</para>
|
||||
to initialize them on mounted (but not booted) system images.</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
@ -78,6 +78,13 @@
|
||||
<para>Depending on the operating system other configuration files
|
||||
might be checked for configuration of the virtual console as well,
|
||||
however only as fallback.</para>
|
||||
|
||||
<para><filename>/etc/vconsole.conf</filename> is usually created and updated
|
||||
using
|
||||
<citerefentry><refentrytitle>systemd-localed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
|
||||
<citerefentry><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
|
||||
may be used to instruct <command>systemd-localed.service</command> to
|
||||
query or update configuration.</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
Loading…
Reference in New Issue
Block a user