projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2f342ba
)
Revert to using ubuntu/xenial64 with virtualbox
author
Tom Hughes
<tom@compton.nu>
Fri, 1 Jun 2018 17:26:21 +0000
(18:26 +0100)
committer
Tom Hughes
<tom@compton.nu>
Fri, 1 Jun 2018 17:26:21 +0000
(18:26 +0100)
The generic/ubuntu1604 box doesn't support the vbox extensions.
Vagrantfile
patch
|
blob
|
history
diff --git
a/Vagrantfile
b/Vagrantfile
index e4d0939db185877f05876cb09213420287f33a02..44d914d75a1816c9b5f7591274c70e96e182f54e 100644
(file)
--- 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/ubuntu160
4"
+ override.vm.box = "
ubuntu/xenial6
4"
override.vm.synced_folder ".", "/srv/openstreetmap-website"
vb.customize ["modifyvm", :id, "--memory", "1024"]
vb.customize ["modifyvm", :id, "--cpus", "2"]