summaryrefslogtreecommitdiff
path: root/system/virtualbox-ose-addons/README.SLACKWARE
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2011-04-03 20:53:35 +0200
committerRobby Workman <rworkman@slackbuilds.org>2011-04-05 18:54:18 -0500
commit04e8c0f66a171c8f4dd25303f1bcc0b22c5099be (patch)
treeb2adb8b2f26272ebd45cca7129087c9d3df46938 /system/virtualbox-ose-addons/README.SLACKWARE
parent55e35b855ca231957b814320d2328656358b56a1 (diff)
downloadslackbuilds-04e8c0f66a171c8f4dd25303f1bcc0b22c5099be.tar.gz
system/virtualbox-addons: Renamed from virtualbox-ose-addons and updated for version 4.0.4
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/virtualbox-ose-addons/README.SLACKWARE')
-rw-r--r--system/virtualbox-ose-addons/README.SLACKWARE35
1 files changed, 0 insertions, 35 deletions
diff --git a/system/virtualbox-ose-addons/README.SLACKWARE b/system/virtualbox-ose-addons/README.SLACKWARE
deleted file mode 100644
index da28c0fd41..0000000000
--- a/system/virtualbox-ose-addons/README.SLACKWARE
+++ /dev/null
@@ -1,35 +0,0 @@
-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.
-