summaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose/pkg-message
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
commitcc415305a049ca523f2a8cf674009fa77c54fee6 (patch)
tree6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /emulators/virtualbox-ose/pkg-message
parentd4e6bf5186e82e1b9df2ee5c6ad6642f974f54e9 (diff)
Diffstat (limited to 'emulators/virtualbox-ose/pkg-message')
-rw-r--r--emulators/virtualbox-ose/pkg-message26
1 files changed, 0 insertions, 26 deletions
diff --git a/emulators/virtualbox-ose/pkg-message b/emulators/virtualbox-ose/pkg-message
deleted file mode 100644
index 91b8b16427cd..000000000000
--- a/emulators/virtualbox-ose/pkg-message
+++ /dev/null
@@ -1,26 +0,0 @@
-=============================================================================
-
-VirtualBox was installed.
-
-You need to load the vboxdrv kernel module and a mounted /proc filesystem.
-
-% mount -t procfs proc /proc
-% kldload vboxdrv
-
-For bridged networking you also need to load the vboxnetflt kernel module.
-
-% kldload vboxnetflt
-
-You also have to add all users to your vboxusers group in order to use vbox.
-
-% pw groupmod vboxusers -m jerry
-
-Running VirtualBox as non-root user may fail with a fatal error
-NS_ERROR_FACTORY_NOT_REGISTERED. In this case delete /tmp/.vbox-*-ipc file.
-
-Check wiki page for known issues and troubleshooting:
-http://wiki.freebsd.org/VirtualBox
-
-Please report any problems to emulation@. Thanks!
-
-=============================================================================