How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jhcook/freebsd-10.3"
config.vm.box_version = "10.3.RELEASE.p10"
end
vagrant init jhcook/freebsd-10.3 \
--box-version 10.3.RELEASE.p10
vagrant up
This version was created almost 8 years ago.
Latest patchset for FreeBSD 10.3-RELEASE