diff options
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 62e8cf5..b58b795 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1129,7 +1129,9 @@ if grep -q "^ *export LANG=" ${LIVE_ROOTDIR}/etc/profile.d/lang.sh ; then else echo "export LANG=en_US.UTF-8" >> ${LIVE_ROOTDIR}/etc/profile.d/lang.sh fi +# Does not hurt to also add systemd compatible configuration: echo "LANG=en_US.UTF-8" > ${LIVE_ROOTDIR}/etc/locale.conf +echo "KEYMAP=us" > ${LIVE_ROOTDIR}/etc/vconsole.conf # Set timezone to UTC: cp -a ${LIVE_ROOTDIR}/usr/share/zoneinfo/UTC ${LIVE_ROOTDIR}/etc/localtime |