sysutils/virtualbox plugin proposal (#1502)

This commit is contained in:
Andrew
2019-09-17 10:15:12 +02:00
committed by Franco Fichtner
parent 7e61220fbe
commit aebbeb5b68
4 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
PLUGIN_NAME= virtualbox
PLUGIN_VERSION= 0.1
PLUGIN_DEVEL= yes
PLUGIN_COMMENT= VirtualBox additions
PLUGIN_DEPENDS= virtualbox-ose-additions-nox11
PLUGIN_MAINTAINER= franco@opnsense.org
.include "../../Mk/plugins.mk"

View File

@@ -0,0 +1,9 @@
These additions are for installation inside a FreeBSD guest.
VirtualBox is a family of powerful x86 virtualization products for
enterprise as well as home use. Not only is VirtualBox an extremely
feature rich, high performance product for enterprise customers, it
is also the only professional solution that is freely available as
Open Source Software under the terms of the GNU General Public License.
WWW: http://www.virtualbox.org

View File

@@ -0,0 +1,5 @@
#!/bin/sh
export vboxguest_enable="YES"
/usr/local/etc/rc.d/vboxguest start

View File

@@ -0,0 +1,6 @@
#!/bin/sh
export vboxservice_enable="YES"
export vboxservice_flags="--disable-timesync"
/usr/local/etc/rc.d/vboxservice start