summaryrefslogtreecommitdiffstats
path: root/system/virtualbox-kernel/README
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-11 22:55:35 +0200
committer David Somero2010-05-11 22:55:35 +0200
commite016deb2ea4af04c6a180c6fcaaf14e91c63af88 (patch)
tree32b56336fa02265d2e5a650bbc7872d14f6aff37 /system/virtualbox-kernel/README
parentfbf95fdee481ac31ec62ab8cd2a9d87f738485b4 (diff)
downloadslackbuilds-e016deb2ea4af04c6a180c6fcaaf14e91c63af88.tar.gz
system/virtualbox-kernel: Added to 12.1 repository
Diffstat (limited to 'system/virtualbox-kernel/README')
-rw-r--r--system/virtualbox-kernel/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/virtualbox-kernel/README b/system/virtualbox-kernel/README
new file mode 100644
index 0000000000..5b3b689fcd
--- /dev/null
+++ b/system/virtualbox-kernel/README
@@ -0,0 +1,11 @@
+This is the suplementary 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.27.7 ./virtualbox-kernel.SlackBuild
+
+If you want to build a kernel module for an other virtualbox version
+you can use the included "virtualbox-kernel-mksrctarball.sh" which will
+generate the needed source package for you. You will need to have
+the coresponding virtualbox-ose version already installed.