diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-11 22:55:36 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:55:36 +0200 |
commit | 9ef4eb0911889d19a2495c0a9752bbc9bdc9f175 (patch) | |
tree | 0fc1391df0c7dee50fd07f95549c1c566ef7c667 /system/virtualbox-ose-addons/README | |
parent | e016deb2ea4af04c6a180c6fcaaf14e91c63af88 (diff) | |
download | slackbuilds-9ef4eb0911889d19a2495c0a9752bbc9bdc9f175.tar.gz |
system/virtualbox-ose-addons: Added to 12.1 repository
Diffstat (limited to 'system/virtualbox-ose-addons/README')
-rw-r--r-- | system/virtualbox-ose-addons/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/system/virtualbox-ose-addons/README b/system/virtualbox-ose-addons/README new file mode 100644 index 0000000000..5c6b2bfc9c --- /dev/null +++ b/system/virtualbox-ose-addons/README @@ -0,0 +1,31 @@ +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 + + # 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 + +This package is intended to be used on GUEST / VIRTUAL MACHINES running +Slackware, NOT the host system. |