diff options
author | John Crispin <john@openwrt.org> | 2007-09-16 21:03:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-09-16 21:03:04 +0000 |
commit | 630713ece0f7ea1efb8d2d820f070d08383053b2 (patch) | |
tree | e0df6eb73503b243e4bda5774b2f4f285ef71c51 /target | |
parent | c8b505560fc6cbc9d8aaf07493ab63dd6255e8b6 (diff) | |
download | upstream-630713ece0f7ea1efb8d2d820f070d08383053b2.tar.gz upstream-630713ece0f7ea1efb8d2d820f070d08383053b2.tar.bz2 upstream-630713ece0f7ea1efb8d2d820f070d08383053b2.zip |
changed the timeout for grub to load the menu from 10 secs to 2 secs
SVN-Revision: 8815
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/image/grub/menu.lst | 2 |
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 |