Make the grub timeout configurable on x86 targets

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>

SVN-Revision: 29786
This commit is contained in:
Jo-Philipp Wich
2012-01-19 01:14:45 +00:00
parent 095f7f2da3
commit 2fc3fe1d09
3 changed files with 11 additions and 1 deletions

View File

@@ -47,6 +47,13 @@ config X86_GRUB_BOOTOPTS
help
If you don't know, just leave it blank.
config X86_GRUB_TIMEOUT
string "Seconds to wait before booting the default entry"
depends X86_GRUB_IMAGES
default "5"
help
If you don't know, 5 seconds is a reasonable default.
config X86_VDI_IMAGES
bool "Build VirtualBox image files (VDI)"
depends X86_GRUB_IMAGES