Description: Creates a virtual machine.
Parameter:
- type: VM_SW_VBOX for VirtualBox OSE
- vmName: Name of the VM.
- ramSize: Size of the memory in MB.
- diskName: Name of the virtual harddisk file.
- mac: MAC address of the virtual network card. It can be in the format 12:23:34:45:56:78 or 122334455678.
- netDev: Device of the real network card that is used to let the VM communictae with the outer world.
Returns:
- BASH code to create a virtual machine.
root
2015-09-06