Skip to content

Instantly share code, notes, and snippets.

@jztech101
Created September 28, 2015 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jztech101/5aeebb82412c1910dc1f to your computer and use it in GitHub Desktop.
Save jztech101/5aeebb82412c1910dc1f to your computer and use it in GitHub Desktop.
<domain type='vbox'>
<name>Ondria</name>
<uuid>ad1edd40912842d6ba4c26064fce3c51</uuid>
<os>
<type>hvm</type>
<boot dev='network'/>
<boot dev='cdrom'/>
<boot dev='hd'/>
<boot dev='fd'/>
</os>
<memory>16384</memory>
<vcpu>4</vcpu>
<features>
<pae/>
<acpi/>
<apic/>
</features>
<devices>
<disk type='file' device='disk'>
<source file='/opt/SharedServers/Ondria/Ondria.vdi'/>
<target dev='hdd'/>
</disk>
<!--BRIDGE-->
<interface type='bridge'>
<source bridge='vmnet1'/>
<mac address='08:00:27:4A:25:6F'/>
<model type='am79c973'/>
</interface>
</devices>
</domain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment