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:
parent
30f6c7ba60
commit
bee538ffaa
|
@ -46,7 +46,7 @@ and the basic developer tools. On Ubuntu, you can easily install these like
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue