blob: 2924a4449a8dd2eebff3a91639a56c738342e943 [file] [log] [blame]
#!/bin/sh
PATH=/env/bin
export PATH
. /env/config
echo
echo -n "Hit any key to stop autoboot: "
timeout -a $autoboot_timeout
if [ $? != 0 ]; then
exit
fi
boot