aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-09-16 21:03:04 +0000
committerJohn Crispin <blogic@openwrt.org>2007-09-16 21:03:04 +0000
commit16cbc4a5f8f46d5a2df18d8b3658029586563bc1 (patch)
treec401a6262c0a216e210bd00e8979dbe81ffb19d0 /target
parent6b1bd9869a6deefb6eb1ee405a748551f97d6b67 (diff)
downloadmaster-187ad058-16cbc4a5f8f46d5a2df18d8b3658029586563bc1.tar.gz
master-187ad058-16cbc4a5f8f46d5a2df18d8b3658029586563bc1.tar.bz2
master-187ad058-16cbc4a5f8f46d5a2df18d8b3658029586563bc1.zip
changed the timeout for grub to load the menu from 10 secs to 2 secs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8815 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86/image/grub/menu.lst2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/image/grub/menu.lst b/target/linux/x86/image/grub/menu.lst
index f7543bda42..cb306cc443 100644
--- a/target/linux/x86/image/grub/menu.lst
+++ b/target/linux/x86/image/grub/menu.lst
@@ -1,5 +1,5 @@
serial --unit=0 --speed=@BAUDRATE@ --word=8 --parity=no --stop=1
-terminal --timeout=10 console serial
+terminal --timeout=2 console serial
default 0
timeout 5