Newer
Older
barebox / arch / arm / boards / chumby_falconwing / env / bin / init
#!/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