This script is for Slackware 12.1 only and may be outdated.

SlackBuilds Repository

12.1 > System > virtualbox-ose-addons (2.0.6)

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.

Maintained by: ppr:kut
Keywords: VBox,Guest-Additions,vboxadd,vboxvfs
ChangeLog: virtualbox-ose-addons

Homepage:
http://www.virtualbox.org

Source Downloads:
VirtualBox-2.0.6-OSE.tar.bz2 (455253532b5128bb5c2ff4c76b9751a7)

Download SlackBuild:
virtualbox-ose-addons.tar.gz
virtualbox-ose-addons.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 12.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds