changed the timeout for grub to load the menu from 10 secs to 2 secs
authorJohn Crispin <john@openwrt.org>
Sun, 16 Sep 2007 21:03:04 +0000 (21:03 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 16 Sep 2007 21:03:04 +0000 (21:03 +0000)
SVN-Revision: 8815

target/linux/x86/image/grub/menu.lst

index f7543bda42cb9c82119dcb98a1f5c71b7a4e94de..cb306cc443b82b9340b821665b60557b66675dbb 100644 (file)
@@ -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