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,8 +22,6 @@
#
# runlevels: openelec
case $RUNLEVEL in
boot)
(
if [ -f /var/config/settings.conf ]; then
. /var/config/settings.conf
@ -45,8 +43,3 @@ case $RUNLEVEL in
fi
fi
)&
;;
poweroff|reboot)
;;
esac