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

This reverts commit 2e59361b8235657c84d26f02f669b0cbcd5bdc8f.
This commit is contained in:
Stephan Raue 2011-09-12 19:27:53 +02:00
parent 314bf5ce93
commit 6ba475460b
2 changed files with 98 additions and 112 deletions

View File

@ -22,8 +22,6 @@
#
# runlevels: openelec
case $RUNLEVEL in
boot)
progress "setup XBMC"
#
@ -133,8 +131,3 @@ EOF
fi
echo "</settings>" >> $HOME/.xbmc/userdata/guisettings.xml
fi
;;
poweroff|reboot)
;;
esac

View File

@ -22,8 +22,6 @@
#
# runlevels: openelec
case $RUNLEVEL in
boot)
LIRCDEV="/var/run/lirc/lircd"
[ -e /var/run/lirc/lircd.irtrans ] && LIRCDEV="/var/run/lirc/lircd.irtrans"
XBMC_ARGS="--standalone -fs --lircdev $LIRCDEV"
@ -87,8 +85,3 @@ case $RUNLEVEL in
usleep 250000
done
;;
poweroff|reboot)
;;
esac