website/docs: virtualbox [GH-3609]

This commit is contained in:
Mitchell Hashimoto 2014-05-02 10:02:38 -07:00
parent ece9db1183
commit 89dfac86c6
1 changed files with 4 additions and 1 deletions

View File

@ -136,7 +136,10 @@ the "metadata.json" file used by Vagrant itself.
Also, there is a "Vagrantfile." This contains some configuration to
properly set the MAC address of the NAT network device, since VirtualBox
requires this to be correct in order to function properly.
requires this to be correct in order to function properly. If you're
not using `vagrant package --base` above, you'll have to set the
`config.vm.base_mac` setting in this Vagrantfile to the MAC address
of the NAT device without colons.
When bringing up a VirtualBox backed machine, Vagrant
[imports](http://www.virtualbox.org/manual/ch08.html#vboxmanage-import)