diff mbox

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

Message ID 1436251126-24580-7-git-send-email-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Gerd Hoffmann July 7, 2015, 6:38 a.m. UTC
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@redhat.com>
---
 src/Kconfig | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

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