summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmplayer/data/etc
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/vmplayer/data/etc')
-rwxr-xr-xremote/modules/vmplayer/data/etc/openslx/vmware/vmware-env7
-rw-r--r--remote/modules/vmplayer/data/etc/openslx/vmware/vmware.conf8
2 files changed, 9 insertions, 6 deletions
diff --git a/remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env b/remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env
index f4901070..41360bb3 100755
--- a/remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env
+++ b/remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env
@@ -14,6 +14,8 @@
# §generated§
# -----------------------------------------------------------------------------
+export PATH=$PATH:/opt/openslx/bin:/opt/openslx/sbin:/opt/openslx/usr/bin:/opt/openslx/usr/sbin
+
#functions: helper functions
tempdir () {
# Create a special tempfs directory
@@ -54,7 +56,7 @@ if [ -n "$vmnet1" ] ; then
echo "1" >/proc/sys/net/ipv4/conf/vmnet1/forwarding 2>/dev/null
echo "1" >/proc/sys/net/ipv4/conf/br0/forwarding 2>/dev/null
fi
- /opt/openslx/rootfs/usr/sbin/udhcpd \
+ /opt/openslx/usr/sbin/udhcpd \
-S /etc/vmware/udhcpd/udhcpd-vmnet1.conf
fi
if [ -n "$vmnet8" ] ; then
@@ -77,6 +79,7 @@ fi
vmblock () {
# let point the path directly to the directory where the binary lives
+# TODO: get it to work
/usr/bin/vmware-usbarbitrator
}
@@ -93,7 +96,7 @@ case "$1" in
tempdir
load_modules
vmnetif
- vmblock
+# vmblock
;;
stop)
diff --git a/remote/modules/vmplayer/data/etc/openslx/vmware/vmware.conf b/remote/modules/vmplayer/data/etc/openslx/vmware/vmware.conf
index a67adc18..5a52ca41 100644
--- a/remote/modules/vmplayer/data/etc/openslx/vmware/vmware.conf
+++ b/remote/modules/vmplayer/data/etc/openslx/vmware/vmware.conf
@@ -1,8 +1,8 @@
# configuration file for vmware background services written in stage3 setup
-vmnet0=true
-vmnet1=192.168.101.1/24
-vmnet1nat=true
-vmnet8=192.168.102.1/24
+#vmnet0=true
+#vmnet1=192.168.101.1/24
+#vmnet1nat=true
+#vmnet8=192.168.102.1/24
# stage1 variables produced during plugin install
version="5.0"
buildversion="1031769"