diff options
Diffstat (limited to 'installer/vagrant')
-rw-r--r-- | installer/vagrant/Vagrantfile-boottools-vbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/vagrant/Vagrantfile-boottools-vbox b/installer/vagrant/Vagrantfile-boottools-vbox index 69ca87ef..0d017903 100644 --- a/installer/vagrant/Vagrantfile-boottools-vbox +++ b/installer/vagrant/Vagrantfile-boottools-vbox @@ -43,7 +43,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| vb.cpus = 1 end # VM base and host name. - bt.vm.box = "ubuntu/wily32" + bt.vm.box = "ubuntu/xenial64" bt.vm.hostname = "ogBootTools" # Comment out to disable synced folder. #bt.vm.synced_folder ".", "/vagrant", disabled: true |