summaryrefslogtreecommitdiffstats
path: root/system/virtualbox-ose-addons/README
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-13 00:42:19 +0200
committer Robby Workman2010-05-13 00:42:19 +0200
commit1d7c033e170e304dfc6245a9f3c2c0a4f18405be (patch)
treee84fc9a2eac0e70bff1597e534e5664890c25227 /system/virtualbox-ose-addons/README
parenteea5b77a6acccb41ff1f24f0a6c61ce760f5e5bb (diff)
downloadslackbuilds-1d7c033e170e304dfc6245a9f3c2c0a4f18405be.tar.gz
system/virtualbox-ose-addons: Updated for version 3.1.2
Diffstat (limited to 'system/virtualbox-ose-addons/README')
-rw-r--r--system/virtualbox-ose-addons/README25
1 files changed, 2 insertions, 23 deletions
diff --git a/system/virtualbox-ose-addons/README b/system/virtualbox-ose-addons/README
index 5c6b2bfc9c..dc61b13938 100644
--- a/system/virtualbox-ose-addons/README
+++ b/system/virtualbox-ose-addons/README
@@ -2,30 +2,9 @@ This is the userspace part of the VirtualBox Guest Additions.
Together with virtualbox-kernel-addons they enable shared folders,
shared clipboard, etcetera, inside your Slackware guest machines.
-You'll probably want to add the following lines to your rc.local:
- # Start vboxadd
- if [ -x /etc/rc.d/rc.vboxadd ]; then
- /etc/rc.d/rc.vboxadd start
- fi
+See README.SLACKWARE for setup information.
- # Start vboxvfs
- if [ -x /etc/rc.d/rc.vboxvfs ]; then
- /etc/rc.d/rc.vboxvfs start
- fi
-
- # Start vboxadd-timesync
- if [ -x /etc/rc.d/rc.vboxadd-timesync ]; then
- /etc/rc.d/rc.vboxadd-timesync start
- fi
-
-This will load the support kernel module and will setup the network
-configuration for VirtualBox. You should add similar "stop" lines to
-your rc.local_shutdown.
-
-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
+NOTE: This will not build on x86_64
This package is intended to be used on GUEST / VIRTUAL MACHINES running
Slackware, NOT the host system.