move boards to arch/<architecure>/boards
[barebox-mini2440.git] / arch / x86 / boards / x86_generic / env / bin / init
blob2924a4449a8dd2eebff3a91639a56c738342e943
1 #!/bin/sh
3 PATH=/env/bin
4 export PATH
6 . /env/config
8 echo
9 echo -n "Hit any key to stop autoboot: "
10 timeout -a $autoboot_timeout
11 if [ $? != 0 ]; then
12 exit
15 boot