tool: add hint how to enable vga console in nova

Issue #3928
This commit is contained in:
Alexander Boettcher 2020-09-19 20:52:22 +02:00 committed by Christian Helmuth
parent 95c2e5beb3
commit 6b20a6bc7c

View File

@ -114,6 +114,7 @@ proc run_boot_dir {binaries} {
puts $fh "set timeout=0"
# choose best graphic mode
# uncomment line to get vga console working in hypervisor
puts $fh "set gfxpayload=auto"
if {[have_include image/uefi]} {