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

	# Start vboxdrv
	if [ -x /etc/rc.d/rc.vboxdrv ]; then
	  /etc/rc.d/rc.vboxdrv start
	fi

This will load the support kernel module for VirtualBox.


You'll then need to add the following lines to /etc/rc.d/rc.local_shutdown:

	# Stop vboxdrv
	if [ -x /etc/rc.d/rc.vboxdrv ]; then
	  /etc/rc.d/rc.vboxdrv stop
	fi


Any user accounts that plan to use virtualbox will need to be members
of the "vboxusers" group.

In order to use USB devices in VirtualBox Guests you may have to restart
your host system after installing the virtualbox package.