setxkbmap: start init scripts on RUNLEVEL=boot

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-09-07 23:11:32 +02:00
parent 7022c05922
commit c139293fb3

View File

@ -22,7 +22,9 @@
#
# runlevels: openelec
(
case $RUNLEVEL in
boot)
(
if [ -f /var/config/settings.conf ]; then
. /var/config/settings.conf
@ -42,4 +44,9 @@
setxkbmap -display $DISPLAY -layout "$X11_KEYMAP,$X11_KEYMAP2" -option "grp:alt_shift_toggle";
fi
fi
)&
)&
;;
poweroff|reboot)
;;
esac