9
0
Fork 0

defaultenv/bin/init: skip autoboot if $autoboot_timeout is unset

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jan Luebbe 2012-06-25 14:06:00 +02:00 committed by Sascha Hauer
parent 5ecbd4a40f
commit 4ef0846589
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ fi
if [ -f /env/bin/boot_board ]; then
. /env/bin/boot_board
else
elif [ -n $autoboot_timeout ]; then
echo
echo -n "Hit any key to stop autoboot: "
timeout -a $autoboot_timeout