mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-23 13:01:04 -05:00
sysutils/virtualbox plugin proposal (#1502)
This commit is contained in:
8
sysutils/virtualbox/Makefile
Normal file
8
sysutils/virtualbox/Makefile
Normal 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"
|
||||
9
sysutils/virtualbox/pkg-descr
Normal file
9
sysutils/virtualbox/pkg-descr
Normal 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
|
||||
5
sysutils/virtualbox/src/etc/rc.syshook.d/early/50-virtualbox
Executable file
5
sysutils/virtualbox/src/etc/rc.syshook.d/early/50-virtualbox
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
export vboxguest_enable="YES"
|
||||
|
||||
/usr/local/etc/rc.d/vboxguest start
|
||||
6
sysutils/virtualbox/src/etc/rc.syshook.d/start/50-virtualbox
Executable file
6
sysutils/virtualbox/src/etc/rc.syshook.d/start/50-virtualbox
Executable file
@@ -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