From 87f770523e1397209b93c5ac6f311f4ddeecc33f Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 1 Jan 2017 23:38:30 +0100 Subject: DLACK: Add console keymap default setting for localectl. In the hope that this makes gnome-terminal start finally. --- make_slackware_live.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3