sysutils/vmware: add a wrapper for easy use

This commit is contained in:
Franco Fichtner
2015-07-09 15:47:01 +02:00
parent 7b9ae8bee7
commit b295e1280b
4 changed files with 21 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
PLUGIN_NAME= vmware
PLUGIN_VERSION= 1.0
PLUGIN_DESC= VMware tools wrapper
PLUGIN_DEPENDS= open-vm-tools-nox11
PLUGIN_MAINTAINER= franco@opnsense.org
.include "../Mk/plugins.mk"
@@ -0,0 +1,8 @@
name: os-vmware
version: 1.0
origin: opnsense/os-vmware
comment: VMware tools wrapper
desc: do we really need this file, Ad?
maintainer: franco@opnsense.org
www: https://opnsense.org
prefix: /
@@ -0,0 +1 @@
rc.conf.d:/etc/rc.conf.d/vmware
@@ -0,0 +1,5 @@
vmware_guest_vmblock_enable="YES"
vmware_guest_vmhgfs_enable="YES"
vmware_guest_vmmemctl_enable="YES"
vmware_guest_vmxnet_enable="YES"
vmware_guestd_enable="YES"