Selaa lähdekoodia

vagrant: use self-made FreeBSD 10.3 box, fixes #3022

Thomas Waldmann 7 vuotta sitten
vanhempi
sitoutus
c995797640
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      Vagrantfile

+ 1 - 2
Vagrantfile

@@ -502,9 +502,8 @@ Vagrant.configure(2) do |config|
   end
   end
 
 
   # BSD
   # BSD
-  # note: the FreeBSD-10.3-RELEASE box needs "vagrant up" twice to start.
   config.vm.define "freebsd64" do |b|
   config.vm.define "freebsd64" do |b|
-    b.vm.box = "freebsd/FreeBSD-10.3-RELEASE"
+    b.vm.box = "freebsd64"  # custom FreeBSD 10.3 box. official ones are broken, #3022.
     b.vm.provider :virtualbox do |v|
     b.vm.provider :virtualbox do |v|
       v.memory = 1024 + $wmem
       v.memory = 1024 + $wmem
     end
     end