diff options
author | Luca BRUNO <luca.bruno@coreos.com> | 2021-12-23 12:01:07 +0100 |
---|---|---|
committer | Luca BRUNO <luca.bruno@coreos.com> | 2021-12-23 12:01:12 +0100 |
commit | 623370e643e228449f5e49c0d82e6e423ae0e0f7 (patch) | |
tree | be67f5ff16f8501b3970c3d48b6f5c9ee208eb0f /man/locale.conf.xml | |
parent | meson: fix typo (diff) | |
download | systemd-623370e643e228449f5e49c0d82e6e423ae0e0f7.tar.xz systemd-623370e643e228449f5e49c0d82e6e423ae0e0f7.zip |
factory: populate /etc/locale.conf with systemd build-time setting
This adds /etc/locale.conf to the set of configuration files
populated by tmpfiles.d factory /etc handling.
In particular, the build-time locale configuration in systemd is
now wired to a /usr factory file, and installed to the system.
On boot, if other locale customization tools did not write
/etc/locale.conf on the system, the factory default file gets
copied to /etc by systemd-tmpfiles.
This is done in order to avoid skews between different system
components when no locale settings are configured. At that point,
systemd can safely act as the fallback owner of /etc/locale.conf.
Diffstat (limited to 'man/locale.conf.xml')
-rw-r--r-- | man/locale.conf.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/locale.conf.xml b/man/locale.conf.xml index b24ad9cf2e..fe263fcfd8 100644 --- a/man/locale.conf.xml +++ b/man/locale.conf.xml @@ -64,14 +64,14 @@ might be checked for locale configuration as well, however only as fallback.</para> - <para><filename>/etc/locale.conf</filename> is usually created and updated + <para><filename>/etc/locale.conf</filename> can be 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 customize them on mounted (but not booted) system images.</para> </refsect1> <refsect1> |