Newer
Older
barebox / board / x86_generic / env / bin / init
@Juergen Beisert Juergen Beisert on 14 Jan 2010 171 bytes Add a generic PC platform
#!/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