From: Jeremy Katz Date: Tue, 16 Dec 2008 19:25:06 +0000 (-0500) Subject: Bump timeout to five minutes since people could be using encrypted root X-Git-Tag: 0.1~512 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca377f52941b5cfbb3660a78db148976904b68c4;p=thirdparty%2Fdracut.git Bump timeout to five minutes since people could be using encrypted root --- diff --git a/init b/init index 42fb52717..265d9e7ef 100755 --- a/init +++ b/init @@ -86,7 +86,7 @@ while [ ! -e $root ]; do echo -n "." sleep 1 tries=$(($tries + 1)) - if [ $tries -gt 10 ]; then + if [ $tries -gt 300 ]; then emergency_shell fi done