Trying different boxes for FreeBSD 10. Still not working. Reason may be local: the directory of the box is on an NFS-share itself and therefore may not be exportable

This commit is contained in:
Bernhard Gschaider 2014-11-13 23:27:47 +01:00 committed by Dominik Christ
parent a06655e358
commit 3fd3615b32

View file

@ -112,13 +112,17 @@ Vagrant.configure("2") do |config|
# legacy/experimental
config.vm.define :freebsd10 do |freebsd10|
freebsd10.vm.box = "freebsd10"
freebsd10.vm.box = "chef/freebsd-10.0"
# freebsd10.vm.box = "arkadi/freebsd-10.0-i386"
freebsd10.vm.box_check_update = true
# freebsd10.vm.box = "freebsd10"
# freebsd10.vm.box_url = "https://wunki.org/files/freebsd-10.0-amd64-wunki.box"
freebsd10.vm.box_url = "http://iris.hosting.lv/freebsd-10.0-i386.box"
# freebsd10.vm.box_url = "http://iris.hosting.lv/freebsd-10.0-i386.box"
freebsd10.vm.provision :shell do |s|
s.args = "freebsd10"
s.path = "initFreeBSDScript.sh"
end
freebsd10.vm.network :private_network, ip: "10.0.0.2"
# configure the NICs