VirtualBox 4.3 VM creation through cli
Script to automatically create VirtualBox VM, booting from iso with custom kickstart and simple install. VirtualBox 4.3.0 cannot do ipxe boot on host having Core Duo cpu, so here's simple workaround - boot from iso and automatically use custom kickstart:
#!/bin/sh name=${1} port=`VBoxManage list -l vms …more ...