From be0708ffdebb8f7244ca3b3cc695574efccfa071 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 3 Apr 2011 20:45:31 +0200 Subject: system/virtualbox: Renamed from virtualbox-ose and updated for version 4.0.4 Signed-off-by: Heinz Wiesinger --- system/virtualbox/README.SLACKWARE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 system/virtualbox/README.SLACKWARE (limited to 'system/virtualbox/README.SLACKWARE') diff --git a/system/virtualbox/README.SLACKWARE b/system/virtualbox/README.SLACKWARE new file mode 100644 index 0000000000..9068a0bd37 --- /dev/null +++ b/system/virtualbox/README.SLACKWARE @@ -0,0 +1,21 @@ +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. + -- cgit v1.2.3