aboutsummaryrefslogtreecommitdiff
path: root/system/virtualbox-ose/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2011-04-03 20:45:31 +0200
committerRobby Workman <rworkman@slackbuilds.org>2011-04-05 18:54:18 -0500
commitbe0708ffdebb8f7244ca3b3cc695574efccfa071 (patch)
tree493075a6397bf8c08a9e5cdfdd8f3af2fde3d7f3 /system/virtualbox-ose/README
parent4cea287dd5cd2f44c2197f51c14cc0b1d56308dd (diff)
system/virtualbox: Renamed from virtualbox-ose and updated for version 4.0.4
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/virtualbox-ose/README')
-rw-r--r--system/virtualbox-ose/README22
1 files changed, 0 insertions, 22 deletions
diff --git a/system/virtualbox-ose/README b/system/virtualbox-ose/README
deleted file mode 100644
index fdb6f39af8..0000000000
--- a/system/virtualbox-ose/README
+++ /dev/null
@@ -1,22 +0,0 @@
-VirtualBox Open Source Edition (OSE) is a general-purpose full
-virtualizer for x86 hardware.
-
-By default VirtualBox will be compiled with hardening enabled. That
-means all binaries will be run suid root, which is the default
-behaviour of upstream packages. However, you are still able
-to disable this by passing HARDENING=no to the script.
-
-You have to create a vboxusers group, e.g. "groupadd -g 215 vboxusers"
-and make your user a member of that group.
-
-To compile virtualbox without the Qt4 GUI pass QT4=no to the script.
-
-To enable the webservice pass WEBSERVICE=yes to the script. This adds gsoap
-to the list of required dependencies.
-
-If you want to attach VirtualBox to a VDE network you will need vde2.
-
-This requires acpica, and the virtualbox-kernel package is needed at runtime.
-See README.SLACKWARE for some setup notes.
-
-NOTE: This will not build on a stock x86_64 system.