vagrant/plugins/kernel_v2/config
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
..
nfs.rb Configure the V2 kernel. 2012-11-06 21:28:44 -08:00
package.rb Configure the V2 kernel. 2012-11-06 21:28:44 -08:00
ssh.rb Configure the V2 kernel. 2012-11-06 21:28:44 -08:00
vagrant.rb Configure the V2 kernel. 2012-11-06 21:28:44 -08:00
vm.rb Change boot_mode to a provider config `gui`. 2012-12-25 09:00:06 -08:00
vm_provider.rb Make sure provider config is always available even if no block was given 2012-12-23 16:29:25 -08:00
vm_provisioner.rb Configure the V2 kernel. 2012-11-06 21:28:44 -08:00
vm_subvm.rb Configure the V2 kernel. 2012-11-06 21:28:44 -08:00