For FreeBSD the default share also has to be overruled
This commit is contained in:
parent
3fd3615b32
commit
dbf47439c7
1 changed files with 1 additions and 0 deletions
1
vagrantSandbox/Vagrantfile
vendored
1
vagrantSandbox/Vagrantfile
vendored
|
@ -133,6 +133,7 @@ Vagrant.configure("2") do |config|
|
|||
|
||||
# use NFS for the synced folder
|
||||
freebsd10.vm.synced_folder "..", "/FOAM-sources", :nfs => true
|
||||
freebsd10.vm.synced_folder '.', '/vagrant', :nfs => true
|
||||
|
||||
freebsd10.vm.hostname="freebsd10."+config.vm.hostname
|
||||
end
|
||||
|
|
Reference in a new issue