[SeaBIOS] [PATCH 6/7] kvmtool: no keyboard, don't need boot menu

Gerd Hoffmann kraxel at redhat.com
Tue Jul 7 08:38:45 CEST 2015


seabios uses the serial line one-way.
Only debug output, no keyboard input.
So the boot menu is pointless, you can't
pick something anyway.  So turn it off.

Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 src/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/Kconfig b/src/Kconfig
index 2bb90c0..74d93bb 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -61,18 +61,21 @@ endchoice
 
     config BOOTMENU
         depends on BOOT
+        depends on !KVMTOOL
         bool "Bootmenu"
         default y
         help
             Support an interactive boot menu at end of post.
     config BOOTSPLASH
         depends on BOOTMENU
+        depends on !KVMTOOL
         bool "Graphical boot splash screen"
         default y
         help
             Support showing a graphical boot splash screen.
     config BOOTORDER
         depends on BOOT
+        depends on !KVMTOOL
         bool "Boot ordering"
         default y
         help
-- 
1.8.3.1




More information about the SeaBIOS mailing list