summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmware/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2015-10-22 13:53:45 +0200
committerJonathan Bauer2015-10-22 13:53:45 +0200
commit98bb0b12a60fa729908e6f8120b35954bc821cb1 (patch)
tree672fb7bd75e345d2817c132174ffafa044fadb4b /remote/modules/vmware/module.build
parent[redsocks] if proxy mode is on, checks whether we actually need it to reach t... (diff)
parent[vmware] Unneeded file (diff)
downloadtm-scripts-98bb0b12a60fa729908e6f8120b35954bc821cb1.tar.gz
tm-scripts-98bb0b12a60fa729908e6f8120b35954bc821cb1.tar.xz
tm-scripts-98bb0b12a60fa729908e6f8120b35954bc821cb1.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmware/module.build')
-rw-r--r--remote/modules/vmware/module.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/remote/modules/vmware/module.build b/remote/modules/vmware/module.build
index 71df1432..878e1b59 100644
--- a/remote/modules/vmware/module.build
+++ b/remote/modules/vmware/module.build
@@ -111,6 +111,14 @@ build() {
vmware_build=${BUILD_VERSION}
maxhardwareversion=${OFFICIAL_VERSION%%.*}
EOF
+
+ # Patch system-wide vmware config
+ sed -i '/^installerDefaults.autoSoftwareUpdateEnabled/d;/^installerDefaults.componentDownloadEnabled/d;/^installerDefaults.dataCollectionEnabled/d' "${MODULE_BUILD_DIR}/etc/vmware/config"
+ cat >> "${MODULE_BUILD_DIR}/etc/vmware/config" <<-HEREDOC
+ installerDefaults.autoSoftwareUpdateEnabled = "no"
+ installerDefaults.componentDownloadEnabled = "no"
+ installerDefaults.dataCollectionEnabled = "no"
+ HEREDOC
}
post_copy() {