Newer
Older
barebox / arch / arm / boards / imx233-olinuxino / env / bin / init
@Fadil Berisha Fadil Berisha on 10 Sep 2012 164 bytes boards: Add support for imx233-olinuxino board
#!/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