Skip to content

Instantly share code, notes, and snippets.

@Quantium
Created January 24, 2013 19:08
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 Quantium/4626563 to your computer and use it in GitHub Desktop.
Save Quantium/4626563 to your computer and use it in GitHub Desktop.
Debian VirtualBox Virtual Machine Cloning with ssh
vboxmanage createvm --name skydev --ostype Debian --basefolder VirtualBox\ VMs/skydev --register
vboxmanage storagectl skydev --name LsiLogic --add scsi --controller LsiLogic
VBoxManage storageattach "skydev" --storagectl LsiLogic --port 0 --device 0 --type hdd --medium sky.vdi
vboxmanage startvm skydev --type headless
vboxmanage controlvm skydev poweroff
vboxmanage modifyvm skydev --nic1 bridged --bridgeadapter1 br0 --nictype1 Am79C973 --nicpromisc1 allow-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment