]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Bump timeout to five minutes since people could be using encrypted root
authorJeremy Katz <katzj@redhat.com>
Tue, 16 Dec 2008 19:25:06 +0000 (14:25 -0500)
committerJeremy Katz <katzj@redhat.com>
Tue, 16 Dec 2008 19:25:06 +0000 (14:25 -0500)
init

diff --git a/init b/init
index 42fb527177c8c622c099efb0d24f58a6e9ccd52e..265d9e7ef826f153c857f1a48608de9cea7571c7 100755 (executable)
--- 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