Skip to content

Instantly share code, notes, and snippets.

@dx7
Created December 2, 2011 21:09
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 dx7/1424850 to your computer and use it in GitHub Desktop.
Save dx7/1424850 to your computer and use it in GitHub Desktop.
VBoxManage createvm --name openbsd --ostype OpenBSD_64
VBoxManage registervm /Users/rafaeldx7/VirtualBox\ VMs/openbsd/openbsd.vbox
VBoxManage createhd --filename /tmp/openbsd.vdi --size 4096
VBoxManage storageattach openbsd --storagectl disk --port 1 --type hdd --medium /tmp/openbsd.vdi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment