Comment 28 for bug 719446

Revision history for this message
Pawel Jasnos (pjasnos) wrote :

Oh, and VirtualBox won't be enabled in kernel that you compile - you would need to create and install kernel headers for your git source for that; you can do this by running:

fakeroot debian/rules binary-indep

after building the kernel, which would give you linux-headers(...) package which you need to install so DKMS is able to auto-compile VirtualBox kernel module.