Revert "setxkbmap: start init scripts on RUNLEVEL=boot"

This reverts commit c139293fb3a967a65bba6fd30aee6fe9e0ce2e2d.
This commit is contained in:
Stephan Raue 2011-09-12 19:26:19 +02:00
parent 3bb5a505b4
commit 240c6e45ba

View File

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