dkms is required to build guest additions

see: http://askubuntu.com/questions/98416/error-kernel-headers-not-found-but-they-are-in-place
This commit is contained in:
Justin Watt 2014-03-20 13:45:36 -07:00
parent 30f6c7ba60
commit bee538ffaa
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ and the basic developer tools. On Ubuntu, you can easily install these like
so: so:
``` ```
$ sudo apt-get install linux-headers-$(uname -r) build-essential $ sudo apt-get install linux-headers-generic build-essential dkms
``` ```
Next, make sure that the guest additions image is available by using the Next, make sure that the guest additions image is available by using the