Revert to using ubuntu/xenial64 with virtualbox
The generic/ubuntu1604 box doesn't support the vbox extensions.
This commit is contained in:
parent
2f342ba8e8
commit
b6c36c8545
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue