summaryrefslogtreecommitdiffstats
path: root/system/virtualbox-ose-addons/README.SLACKWARE
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2010-05-13 00:42:19 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:42:19 +0200
commit1d7c033e170e304dfc6245a9f3c2c0a4f18405be (patch)
treee84fc9a2eac0e70bff1597e534e5664890c25227 /system/virtualbox-ose-addons/README.SLACKWARE
parenteea5b77a6acccb41ff1f24f0a6c61ce760f5e5bb (diff)
downloadslackbuilds-1d7c033e170e304dfc6245a9f3c2c0a4f18405be.tar.gz
slackbuilds-1d7c033e170e304dfc6245a9f3c2c0a4f18405be.tar.xz
system/virtualbox-ose-addons: Updated for version 3.1.2
Diffstat (limited to 'system/virtualbox-ose-addons/README.SLACKWARE')
-rw-r--r--system/virtualbox-ose-addons/README.SLACKWARE35
1 files changed, 35 insertions, 0 deletions
diff --git a/system/virtualbox-ose-addons/README.SLACKWARE b/system/virtualbox-ose-addons/README.SLACKWARE
new file mode 100644
index 0000000000..da28c0fd41
--- /dev/null
+++ b/system/virtualbox-ose-addons/README.SLACKWARE
@@ -0,0 +1,35 @@
+You'll need to add the following lines to /etc/rc.d/rc.local:
+
+ # Start vboxadd
+ if [ -x /etc/rc.d/rc.vboxadd ]; then
+ /etc/rc.d/rc.vboxadd start
+ fi
+
+ # Start vboxadd-service
+ if [ -x /etc/rc.d/rc.vboxadd-service ]; then
+ /etc/rc.d/rc.vboxadd-service start
+ fi
+
+This will load the support kernel module and will setup the network
+configuration for VirtualBox.
+
+You should then add the following to /etc/rc.d/rc.local_shutdown:
+
+ # Stop vboxadd
+ if [ -x /etc/rc.d/rc.vboxadd ]; then
+ /etc/rc.d/rc.vboxadd stop
+ fi
+
+ # Stop vboxadd-service
+ if [ -x /etc/rc.d/rc.vboxadd-service ]; then
+ /etc/rc.d/rc.vboxadd-service stop
+ fi
+
+You might want to add "/usr/bin/VBoxClient"
+to your xinitrc file if you use a desktop environment that doesn't
+respect /etc/xdg/autostart or /usr/share/autostart
+
+To use the vboxvideo xorg driver, you have to create an xorg.conf
+and specifiy to use that driver in there. Xorg will NOT pick that
+driver by default.
+