mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
sysutils/virtualbox plugin proposal (#1502)
This commit is contained in:
@@ -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"
|
||||
@@ -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
|
||||
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
export vboxguest_enable="YES"
|
||||
|
||||
/usr/local/etc/rc.d/vboxguest start
|
||||
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
export vboxservice_enable="YES"
|
||||
export vboxservice_flags="--disable-timesync"
|
||||
|
||||
/usr/local/etc/rc.d/vboxservice start
|
||||
Reference in New Issue
Block a user