virt-install: Add --boot useserial=on

Which gives bios output over serial console via sgabios
This commit is contained in:
Cole Robinson
2013-09-04 11:57:26 -04:00
parent ab94df86c4
commit 67cc81f6b1
5 changed files with 23 additions and 13 deletions

View File

@@ -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)