<image>
  <name>mantis</name>
  <label>JumpBox Mantis appliance</label>
  <domain>
    <boot type="hvm">
      <guest>
        <arch>x86_64</arch>
      </guest>
      <os>
        <loader dev="hd"/>
      </os>
      <drive disk="disks/root/root.hdd"/>
      <drive disk="disks/swap.hdd"/>
      <drive disk="disks/data/data.raw" target="hdd"/>
    </boot>
    <devices>
      <vcpu>1</vcpu>
      <memory>262144</memory>
      <interface/>
      <graphics/>
    </devices>
  </domain>
  <storage>
    <disk file="disks/root/root.hdd" use="system" format="raw"/>
    <disk file="disks/swap.hdd" use="scratch" format="raw" size="1"/>
    <!-- Had to convert that from data.vhd -->
    <disk file="disks/data/data.raw" use="user" format="raw"/>
  </storage>
</image>
