summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware15/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/vmware15/module.build')
-rw-r--r--core/modules/vmware15/module.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/modules/vmware15/module.build b/core/modules/vmware15/module.build
index 8eca4ff9..e6c25d48 100644
--- a/core/modules/vmware15/module.build
+++ b/core/modules/vmware15/module.build
@@ -139,7 +139,15 @@ build() {
installerDefaults.autoSoftwareUpdateEnabled = "no"
installerDefaults.componentDownloadEnabled = "no"
installerDefaults.dataCollectionEnabled = "no"
+ acceptEULA = "yes"
+ acceptOVFEULA = "yes"
HEREDOC
+ # XXX: If the previous lines are missing, i.e. if vmware wants you to accept the EULAs first, it
+ # will try to read these files:
+ # /usr/share/doc/vmware-player/EULA
+ # /usr/lib/vmware-ovftool/vmware.eula
+ # If it cannot open these files (as we deleted them) it will crash with a SIGABRT (signal 6)
+ # coming from an uncaught exeception in libglibmm's file_get_contents
}
post_copy() {