sysutils/xen: add a guest utilities wrapper; closes #4

This commit is contained in:
Franco Fichtner
2015-11-01 11:09:46 +01:00
parent e4fe3fa502
commit a2aeeafa67
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
/usr/local/etc/rc.syshook.d/xen.start
+7
View File
@@ -0,0 +1,7 @@
PLUGIN_NAME= xen
PLUGIN_VERSION= 1.0
PLUGIN_COMMENT= Xen guest utilities wrapper
PLUGIN_DEPENDS= xe-guest-utilities
PLUGIN_MAINTAINER= franco@opnsense.org
.include "../../Mk/plugins.mk"
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
export xenguest_enable="YES"
/usr/local/etc/rc.d/xenguest start