Skip to content

Commit ea8e133

Browse files
committed
Replace AWOL boxcutter with canonical ubuntu
The boxcutter/ubuntu1404 vagrant repo moved to box-cutter/ubuntu1404 but that is currently returning 404 Not Found for the box. Thus, I am switching to the canonical ubuntu/trusty64 repo by Canonical. [skip ci]
1 parent 42bd95a commit ea8e133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_cpu_setting(host)
3030
end
3131

3232
Vagrant.configure(2) do |config|
33-
config.vm.box = "boxcutter/ubuntu1404"
33+
override.vm.box = "ubuntu/trusty64"
3434
config.vm.synced_folder ".", "/vagrant"
3535
config.vm.define "docker-raspbian" do |config|
3636
config.vm.hostname = "docker-raspbian"

0 commit comments

Comments
 (0)