summaryrefslogtreecommitdiffstats
path: root/system/virtualbox/README.SLACKWARE
diff options
context:
space:
mode:
author Heinz Wiesinger2011-04-03 20:45:31 +0200
committer Robby Workman2011-04-06 01:54:18 +0200
commitbe0708ffdebb8f7244ca3b3cc695574efccfa071 (patch)
tree493075a6397bf8c08a9e5cdfdd8f3af2fde3d7f3 /system/virtualbox/README.SLACKWARE
parent4cea287dd5cd2f44c2197f51c14cc0b1d56308dd (diff)
downloadslackbuilds-be0708ffdebb8f7244ca3b3cc695574efccfa071.tar.gz
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/README.SLACKWARE')
-rw-r--r--system/virtualbox/README.SLACKWARE21
1 files changed, 21 insertions, 0 deletions
diff --git a/system/virtualbox/README.SLACKWARE b/system/virtualbox/README.SLACKWARE
new file mode 100644
index 0000000000..9068a0bd37
--- /dev/null
+++ b/system/virtualbox/README.SLACKWARE
@@ -0,0 +1,21 @@
+You'll need to add the following lines to /etc/rc.d/rc.local:
+
+ # Start vboxdrv
+ if [ -x /etc/rc.d/rc.vboxdrv ]; then
+ /etc/rc.d/rc.vboxdrv start
+ fi
+
+This will load the support kernel module for VirtualBox.
+
+
+You'll then need to add the following lines to /etc/rc.d/rc.local_shutdown:
+
+ # Stop vboxdrv
+ if [ -x /etc/rc.d/rc.vboxdrv ]; then
+ /etc/rc.d/rc.vboxdrv stop
+ fi
+
+
+Any user accounts that plan to use virtualbox will need to be members
+of the "vboxusers" group.
+