- Tested on mountainlion/virtualbox - virtualbox shared folders will not work (no vboxvsf support) - Must use at least 2GB of RAM or the os will refuse to boot(mountainlion requirement) To begin, create a mountainlion vm in virtualbox. You will need to install from scratch most likely, and assign at least 2GB of ram for it to install. Create 2 network interfaces, the first one a NAT interface, second a hostonly interface. 'vagrant package' the VM. In your vagrant file, be sure that the synced folder is disabled: config.vm.synced_folder "vagrant", "/vagrant", disabled: true
Vagrant Core Plugins
These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.