summaryrefslogtreecommitdiffstats
path: root/system/virtualbox-addons/README.SLACKWARE
blob: 0c7eb9a867b52e72ad84d4e8ffc143031182c45c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
You'll need to add the following lines to /etc/rc.d/rc.local:

	# 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-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