diff options
Diffstat (limited to 'system/virtualbox-kernel/README')
-rw-r--r-- | system/virtualbox-kernel/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system/virtualbox-kernel/README b/system/virtualbox-kernel/README index ebb7a51ec1..bf8579d62e 100644 --- a/system/virtualbox-kernel/README +++ b/system/virtualbox-kernel/README @@ -1,9 +1,12 @@ -This is the suplementary kernel driver for the VirtualBox +This is the supplementary kernel driver for the VirtualBox virtualisation environment. To build the package for a kernel different from the running one, start the script setting the KERNEL variable as in - KERNEL=2.6.29.6 ./virtualbox-kernel.SlackBuild + KERNEL=2.6.38.8 ./virtualbox-kernel.SlackBuild + +Note that if you have built virtualbox with HARDENING=no, then you +have to do the same for virtualbox-kernel. If you want to build a kernel module for an other virtualbox version you can use the included "virtualbox-kernel-mksrctarball.sh" which will |