Newer
Older
barebox / board / ipe337 / env / bin / init
@Marc Kleine-Budde Marc Kleine-Budde on 12 Nov 2007 284 bytes [ipe337] rename environment subdir form defenv -> env
PATH=/env/bin
export PATH

. /env/config

echo -n "Hit any key to stop autoboot: "
timeout -a 1
if [ $? != 0 ]; then
        echo "type update_kernel <imagename> to update kernel into flash"
        echo "type udate_root <imagename> to update rootfs into flash"
        exit
fi

boot