Add serial BIOS to default libvirt schema
This commit is contained in:
parent
8f3b68d48a
commit
401f102344
|
@ -41,6 +41,7 @@ libvirt_header = """<domain type='kvm'>
|
||||||
<bootmenu enable='yes'/>
|
<bootmenu enable='yes'/>
|
||||||
<boot dev='cdrom'/>
|
<boot dev='cdrom'/>
|
||||||
<boot dev='hd'/>
|
<boot dev='hd'/>
|
||||||
|
<bios useserial='yes' rebootTimeout='5'/>
|
||||||
</os>
|
</os>
|
||||||
<features>
|
<features>
|
||||||
<acpi/>
|
<acpi/>
|
||||||
|
|
Loading…
Reference in New Issue