Mitchell Hashimoto
|
4ffc2c3b74
|
Invalid configuration keys are caught and shown in user friendly way
[GH-1484]
|
2013-04-03 16:18:37 -07:00 |
Mitchell Hashimoto
|
4fa194899d
|
VirtualBox config: "name" to set the VM name [GH-1126]
|
2013-01-30 23:03:21 -08:00 |
Mitchell Hashimoto
|
f713082280
|
auto_nat_dns_proxy VirtualBox provider config option [GH-1313]
When set to false, Vagrant will no longer try to automatically manage
NAT DNS proxy settings with VirtualBox.
|
2013-01-30 21:03:02 -08:00 |
Mitchell Hashimoto
|
2d8f9baf7f
|
New Network VirtualBox middleware to handle the changes.
Note this is a WIP (hence committed on a branch)
|
2013-01-11 14:16:00 -08:00 |
Mitchell Hashimoto
|
e955596939
|
Set a default for the "gui" option for VirtualBox
|
2012-12-25 09:18:47 -08:00 |
Mitchell Hashimoto
|
54a2f6b89e
|
Change boot_mode to a provider config `gui`.
OLD:
config.vm.boot_mode = :gui
NEW:
config.vm.provider :virtualbox do |vb|
vb.gui = true
end
|
2012-12-25 09:00:06 -08:00 |
Mitchell Hashimoto
|
6478139cee
|
Move config.vm.customize to VirtualBox specific option
|
2012-12-23 16:29:25 -08:00 |