I get the booting from mmc2 screen and the blue bar starts to move across the bottom but then stops about 75% of the way and reboots. This process just keeps looping. I can't even get in to uninstall. Please help!
I get the booting from mmc2 screen and the blue bar starts to move across the bottom but then stops about 75% of the way and reboots. This process just keeps looping. I can't even get in to uninstall. Please help!
#! /bin/sh
SCRIPT=/usr/local/bin/stopmaemo
SU=`which su`
if [ "x${SU}" != "x" ]
then
SUUSER="${SU} - user"
fi
case "$1" in
start)
$SUUSER $SCRIPT
sleep 8
;;
stop)
echo "$0: not implemented"
exit 1
;;
restart)
echo "$0: not implemented"
exit 1
;;
force-reload)
echo "$0: not implemented"
exit 1
;;
*) echo "Usage: $0 {start|stop}"
exit 1
;;
esac
chmod +x /etc/init.d/kde
cd /etc/rc2.d ln -s ../init.d/kde S99kde