From: Jeremy Katz Date: Mon, 19 Jan 2009 21:00:24 +0000 (-0500) Subject: Slightly more reasonable timeout X-Git-Tag: 0.1~478 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd1ae3a105d3dc11bcb514d73401b1631cd7c608;p=thirdparty%2Fdracut.git Slightly more reasonable timeout --- diff --git a/init b/init index ce6359bf3..706127f88 100755 --- a/init +++ b/init @@ -77,7 +77,7 @@ while [ ! -e $root ]; do echo -n "." sleep 1 tries=$(($tries + 1)) - if [ $tries -gt 300 ]; then + if [ $tries -gt 30 ]; then emergency_shell fi done