Parcourir la source

vagrant: fix freebsd box name

Thomas Waldmann il y a 6 ans
Parent
commit
29c1f4e895
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -286,7 +286,7 @@ Vagrant.configure(2) do |config|
   end
 
   config.vm.define "freebsd64" do |b|
-    b.vm.box = "freebsd64-12"
+    b.vm.box = "freebsd12-64"
     b.vm.provider :virtualbox do |v|
       v.memory = 1024 + $wmem
     end