vagrant/plugins/kernel_v1/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 Upgrade all other default configurations to V2 2012-12-23 16:29:26 -08:00
package.rb Upgrade all other default configurations to V2 2012-12-23 16:29:26 -08:00
ssh.rb Upgrade all other default configurations to V2 2012-12-23 16:29:26 -08:00
vagrant.rb Upgrade all other default configurations to V2 2012-12-23 16:29:26 -08:00
vm.rb Change boot_mode to a provider config `gui`. 2012-12-25 09:00:06 -08:00