mkimage-profiles/features.in/systemd/live/image-scripts.d/20-systemd-locale
Mikhail Efremov bc4277ffe1 systemd: Add 20-systemd-locale hook on live.
Don't allow systemd to set LANG for all processes.
See ALT#27408 for details.
2012-06-22 15:38:00 +04:00

5 lines
77 B
Bash
Executable File

#!/bin/sh
# Don't allow systemd to set LANG.
echo 'LANG=' >/etc/locale.conf