diff options
author | Luca BRUNO <luca.bruno@coreos.com> | 2021-12-23 13:35:26 +0100 |
---|---|---|
committer | Luca BRUNO <luca.bruno@coreos.com> | 2021-12-23 15:18:02 +0100 |
commit | 8e85924fd6c22dcbc883eda1116b27b218226dc9 (patch) | |
tree | a948429a2afaa4cffb7493a3a985431136c0bcd3 /factory | |
parent | factory: populate /etc/locale.conf with systemd build-time setting (diff) | |
download | systemd-8e85924fd6c22dcbc883eda1116b27b218226dc9.tar.xz systemd-8e85924fd6c22dcbc883eda1116b27b218226dc9.zip |
factory/locale.conf: mention systemd ownership
This explicitly mentions that comments and empty lines are supported
(and ignored) in /etc/locale.conf. It then adds ownership reference
to the factory default.
Diffstat (limited to 'factory')
-rw-r--r-- | factory/templates/locale.conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/factory/templates/locale.conf.in b/factory/templates/locale.conf.in index 421fd569a9..af93d043ec 100644 --- a/factory/templates/locale.conf.in +++ b/factory/templates/locale.conf.in @@ -1 +1,3 @@ +# This is the fallback locale configuration provided by systemd. + LANG="{{ SYSTEMD_DEFAULT_LOCALE }}" |