summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmware/data
diff options
context:
space:
mode:
authorChristian Rößler2016-04-28 16:50:08 +0200
committerChristian Rößler2016-04-28 16:50:08 +0200
commit462c821af828098dd0b010e0f5d45f34d8f3b57b (patch)
tree4a949efab10de0251ed78890f1a4dd48cfe45b54 /remote/modules/vmware/data
parent[run-virt] Linux-VMs fd1, some more fixes, Ubuntu 14.04 LTS (diff)
parent[hardware-stats] Count sessions as active when switched to another tty (diff)
downloadtm-scripts-462c821af828098dd0b010e0f5d45f34d8f3b57b.tar.gz
tm-scripts-462c821af828098dd0b010e0f5d45f34d8f3b57b.tar.xz
tm-scripts-462c821af828098dd0b010e0f5d45f34d8f3b57b.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmware/data')
-rw-r--r--remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/parse_vmx.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/parse_vmx.inc b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/parse_vmx.inc
index 7238ddaf..878e9a9d 100644
--- a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/parse_vmx.inc
+++ b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/parse_vmx.inc
@@ -149,6 +149,9 @@ fi
# TODO: Need a way to check if supported by hardware before enabling!
#grep -qi '^vpmc\.enable' "${TMPCONFIG}" || echo 'vpmc.enable = "TRUE"' >> "${TMPCONFIG}"
+# Disable space check warnings
+sed -i '/^mainMem.freeSpaceCheck/d' "${TMPCONFIG}"
+echo 'mainMem.freeSpaceCheck = "FALSE"' >> "${TMPCONFIG}"
# At last_ Let's copy it to $confdir/run-vmware.conf
cp -p "${TMPCONFIG}" "$conffile" && writelog "Copied TMPDIR/IMGUUID ${TMPCONFIG} to conffile ${conffile}" || \