Commit a907f92b by Guba Sándor

adding bar=off options that permit PXE rom loadin (libvirt supp form 0.9.10)

parent 5d47a96a
......@@ -217,6 +217,7 @@ class VMNetwork:
ET.SubElement(xml_top, 'mac', attrib={'address': self.mac})
ET.SubElement(xml_top, 'model', attrib={'type': self.model})
ET.SubElement(xml_top, 'script', attrib={'path': self.script_exec})
ET.SubElement(xml_top, 'rom', attrib={'bar': 'off'})
return xml_top
def dump_xml(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment