systemd: Add 20-systemd-locale hook on live.
Don't allow systemd to set LANG for all processes. See ALT#27408 for details.
This commit is contained in:
parent
6c018082d6
commit
bc4277ffe1
4
features.in/systemd/live/image-scripts.d/20-systemd-locale
Executable file
4
features.in/systemd/live/image-scripts.d/20-systemd-locale
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Don't allow systemd to set LANG.
|
||||
|
||||
echo 'LANG=' >/etc/locale.conf
|
Loading…
x
Reference in New Issue
Block a user