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