Is it possible that a process started by a previous init script has hung and caused the watchdog to restart.
while true ; do key=`evkey -u -t 100000 /dev/input/${EVNAME}` [ "$key" = "$KEY_ESC" ] && break [ "$key" = "$KEY_MENU" ] && break done ${T2S} -c if [ "$key" = "$KEY_ESC" ] ; then killall dropbear killall utelnetd #sleep 1 ifconfig usb0 down umount /dev/pts rmmod g_ether.ko fi