9
0
Fork 0
barebox/board/x86_generic/env/bin/init

16 lines
171 B
Bash

#!/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