vagrant/plugins/providers/virtualbox/driver
Brian Cain f2954a64c6
Fix Hyper-v and VirtualBox check
Prior to this commit, the hyper-v and virtualbox system crash check
existed within the initialize function of the virtualbox provider. That
caused an issue when running with other providers, because the
virtualbox provider still gets initialized even if not used. This commit
changes that by placing the check inside of one of the virtualbox
provider actions that checks if virtualbox is installed and ready to
use. This action is action is used by the main vbox provider actions,
and should not be called when other providers are being used with
Vagrant.
2018-02-23 11:24:30 -08:00
..
base.rb Fix Hyper-v and VirtualBox check 2018-02-23 11:24:30 -08:00
meta.rb Virtualbox 5.2 support 2017-09-14 15:07:11 -04:00
version_4_0.rb Improved resilience of the VirtualBox driver delete_unused_host_only_networks function by 2017-09-06 11:13:14 -07:00
version_4_1.rb Introduce flag for SharedFoldersEnableSymlinksCreate 2018-01-09 14:33:24 -08:00
version_4_2.rb Introduce flag for SharedFoldersEnableSymlinksCreate 2018-01-09 14:33:24 -08:00
version_4_3.rb Introduce flag for SharedFoldersEnableSymlinksCreate 2018-01-09 14:33:24 -08:00
version_5_0.rb Introduce flag for SharedFoldersEnableSymlinksCreate 2018-01-09 14:33:24 -08:00
version_5_1.rb Allow initialization argument to be used in parent 2017-03-19 07:35:46 -07:00
version_5_2.rb Virtualbox 5.2 support 2017-09-14 15:07:11 -04:00