How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bluefedora/c7vboxsf"
config.vm.box_version = "0.1"
end
vagrant init bluefedora/c7vboxsf \
--box-version 0.1
vagrant up
This version was created almost 9 years ago.
This box uses the out-of-tree VirtualBox kernel extensions plus the virualbox tools to enable realtime sharing of folders.