]> git.ipfire.org Git - ipfire-3.x.git/blame - bash/profile.d/i18n.sh
sysctl.conf: Turn on hard- and symlink protection
[ipfire-3.x.git] / bash / profile.d / i18n.sh
CommitLineData
4aedc962 1# Set up i18n variables
da5e21dc
MT
2
3if [ -f "/etc/sysconfig/console" ]; then
4 . /etc/sysconfig/console
5else
6 LANG=en_US.UTF-8
7fi
8
9unset KEYMAP FONT UNICODE KEYMAP_CORRECTIONS LEGACY_CHARSET
10export LANG