From 70f9ac1071f37a59b15b4cb761a9690dcca25f73 Mon Sep 17 00:00:00 2001
From: An-Cheng Huang <ancheng@vyatta.com>
Date: Fri, 29 Aug 2008 18:34:09 -0700
Subject: remove 2nd timeout to avoid 64-bit boot problem

---
 scripts/grub-setup | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'scripts')

diff --git a/scripts/grub-setup b/scripts/grub-setup
index 530cd5b9..e03020b4 100755
--- a/scripts/grub-setup
+++ b/scripts/grub-setup
@@ -117,7 +117,8 @@ vga_logo="vga=785"
     echo -e "\techo -n Press the ESC key to enter the Grub menu..."
     echo -e "\tif sleep --verbose --interruptible 5 ; then"
     echo -e "\t\tterminal serial"
-    echo -e "\t\tset timeout=0"
+    ## don't set timeout here. causes boot problem on 64-bit
+    # echo -e "\t\tset timeout=0"
     echo -e "\tfi"
     echo "fi"
     echo ""
-- 
cgit v1.2.3