How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "norcams/freebsd"
config.vm.box_version = "11"
end
vagrant init norcams/freebsd \
--box-version 11
vagrant up
This version was created about 7 years ago.
Basic FreeBSD boxes for vagrant with KVM or Virtualbox backend.