How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jhcook/fedora24"
config.vm.box_version = "4.5.4.300"
end
vagrant init jhcook/fedora24 \
--box-version 4.5.4.300
vagrant up
This version was created about 8 years ago.
Kernel update build of Fedora 24 Workstation
$ vagrant ssh
[vagrant@fedora24-vbox ~]$ cat /etc/redhat-release
Fedora release 24 (Twenty Four)
[vagrant@fedora24-vbox ~]$ uname -a
Linux fedora24-vbox.localdomain 4.5.4-300.fc24.x86_64 #1 SMP Wed May 11 17:57:16 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux