aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.sysinit b/rc.sysinit
index e57d904..b2b916e 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -381,7 +381,7 @@ if echo "$LOCALE" | /bin/grep -qi utf ; then
# the $CONSOLE check helps us avoid this when running scripts from cron
echo 'if [ "$CONSOLE" = "" -a "$TERM" = "linux" -a -t 1 ]; then printf "\e%%G"; fi' >>/etc/profile.d/locale.sh
stat_done
- status "Loading Keyboard Map: $KEYMAP" /bin/loadkeys -q -u $KEYMAP
+ status "Loading Keyboard Map: $KEYMAP" /bin/loadkeys -q -u defkeymap $KEYMAP
else
stat_busy "Setting Consoles to legacy mode"
# make non-UTF-8 consoles work on 2.6.24 and newer kernels
@@ -392,7 +392,7 @@ else
# the $CONSOLE check helps us avoid this when running scripts from cron
echo 'if [ "$CONSOLE" = "" -a "$TERM" = "linux" -a -t 1 ]; then printf "\e%%@"; fi' >>/etc/profile.d/locale.sh
stat_done
- status "Loading Keyboard Map: $KEYMAP" /bin/loadkeys -q $KEYMAP
+ status "Loading Keyboard Map: $KEYMAP" /bin/loadkeys -q defkeymap $KEYMAP
fi
if [ -n "$CONSOLEFONT" ]; then