This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://docs.vagrantup.com/v2/plugins/index.html | |
vagrant box add precise32 http://files.vagrantup.com/precise32.box | |
vagrant box add squeeze64 http://dl.dropbox.com/u/937870/VMs/squeeze64.box | |
Vagrant.configure("2") do |config| | |
config.vm.box = "squeeze64" | |
end | |
set VBOX_INSTALL_PATH="C:\Program Files\Oracle\VirtualBox\" |