mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virt-install: Add --boot useserial=on
Which gives bios output over serial console via sgabios
This commit is contained in:
@@ -137,6 +137,7 @@ class XMLParseTest(unittest.TestCase):
|
||||
check("init", None, "/sbin/init")
|
||||
check("bootorder", ["hd"], ["fd"])
|
||||
check("enable_bootmenu", None, False)
|
||||
check("useserial", None, True)
|
||||
check("kernel", None)
|
||||
check("initrd", None)
|
||||
check("kernel_args", None)
|
||||
|
||||
Reference in New Issue
Block a user