Newer
Older
barebox / arch / x86 / boards / x86_generic / env / bin / init
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 23 Jul 2010 171 bytes move boards to arch/<architecure>/boards
#!/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