blob: 3ed68f76c5007af45feed446a72959216a6a6513 [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