Slightly more reasonable timeout
authorJeremy Katz <katzj@redhat.com>
Mon, 19 Jan 2009 21:00:24 +0000 (16:00 -0500)
committerJeremy Katz <katzj@redhat.com>
Thu, 22 Jan 2009 21:14:18 +0000 (16:14 -0500)
init

diff --git a/init b/init
index ce6359b..706127f 100755 (executable)
--- 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