mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Make the grub timeout configurable on x86 targets
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29786 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user