Add serial BIOS to default libvirt schema

This commit is contained in:
Joshua Boniface 2021-07-15 10:45:14 -04:00
parent 8f3b68d48a
commit 401f102344
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ libvirt_header = """<domain type='kvm'>
<bootmenu enable='yes'/>
<boot dev='cdrom'/>
<boot dev='hd'/>
<bios useserial='yes' rebootTimeout='5'/>
</os>
<features>
<acpi/>