From b6c36c85456efa4a5e7884a4e6332db07589e770 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 1 Jun 2018 18:26:21 +0100 Subject: [PATCH 1/1] Revert to using ubuntu/xenial64 with virtualbox The generic/ubuntu1604 box doesn't support the vbox extensions. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index e4d0939db..44d914d75 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ Vagrant.configure("2") do |config| # use official ubuntu image for virtualbox config.vm.provider "virtualbox" do |vb, override| - override.vm.box = "generic/ubuntu1604" + override.vm.box = "ubuntu/xenial64" override.vm.synced_folder ".", "/srv/openstreetmap-website" vb.customize ["modifyvm", :id, "--memory", "1024"] vb.customize ["modifyvm", :id, "--cpus", "2"] -- 2.45.1