How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jhcook/fedora24"
end
vagrant init jhcook/fedora24
vagrant up
This version was created over 7 years ago.
Kernel update build of Fedora 24 Workstation
This version was created over 7 years ago.
Kernel update build of Fedora 24 Workstation
This version was created over 7 years ago.
Kernel update build of Fedora 24 Workstation
This version was created over 7 years ago.
Kernel update build of Fedora 24 Workstation
This version was created over 7 years ago.
Kernel update build of Fedora 24 Workstation
This version was created over 7 years ago.
Kernel update build of Fedora 24 Workstation
This version was created over 7 years ago.
Kernel update build of Fedora 24 Workstation
This version was created over 7 years ago.
Kernel update build of Fedora 24 Workstation
This version was created over 7 years ago.
Kernel update build of Fedora 24 Workstation
$ vagrant ssh
[vagrant@fedora24-vbox ~]$ uname -a
Linux fedora24-vbox.localdomain 4.8.4-200.fc24.x86_64 #1 SMP Tue Oct 25 13:06:04 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[vagrant@fedora24-vbox ~]$ dnf info kernel-devel
Fedora 24 - x86_64 - Updates 21 MB/s | 18 MB 00:00
Fedora 24 - x86_64 24 MB/s | 47 MB 00:01
Last metadata expiration check: 0:00:16 ago on Wed Nov 2 17:47:40 2016.
Available Packages
Name : kernel-devel
Arch : x86_64
Epoch : 0
Version : 4.8.4
Release : 200.fc24
Size : 11 M
Repo : updates
Summary : Development package for building kernel modules to match the kernel
URL : http://www.kernel.org/
License : GPLv2 and Redistributable, no modification permitted
Description : This package provides kernel headers and makefiles sufficient to build modules
: against the kernel package.
[vagrant@fedora24-vbox ~]$ lsmod | grep vbox
vboxsf 49152 2
vboxvideo 49152 2
vboxguest 266240 3 vboxsf,vboxvideo
ttm 94208 1 vboxvideo
drm_kms_helper 151552 1 vboxvideo
drm 344064 5 vboxvideo,ttm,drm_kms_helper
This version was created almost 8 years ago.
Kernel update build of Fedora 24 Workstation