diff options
| author | Simon Rettberg | 2014-02-03 16:07:48 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2014-02-03 16:07:48 +0100 |
| commit | 551e8f6a9a74b84aaca32c82ced678fe9b698ded (patch) | |
| tree | 9e5fbc728a8146756d57dd7f0c01cfc3948f75d2 /remote/modules/vmware/templates | |
| parent | [openslx] Experimental -i switch when packing sqfs to filter files from anoth... (diff) | |
| download | tm-scripts-551e8f6a9a74b84aaca32c82ced678fe9b698ded.tar.gz tm-scripts-551e8f6a9a74b84aaca32c82ced678fe9b698ded.tar.xz tm-scripts-551e8f6a9a74b84aaca32c82ced678fe9b698ded.zip | |
[vmware] Fix /etc/vmware/config generation to include build/version, add usbarb.conf, some other minor fixes
Diffstat (limited to 'remote/modules/vmware/templates')
| -rw-r--r-- | remote/modules/vmware/templates/vmware/config | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/remote/modules/vmware/templates/vmware/config b/remote/modules/vmware/templates/vmware/config new file mode 100644 index 00000000..d8420e0d --- /dev/null +++ b/remote/modules/vmware/templates/vmware/config @@ -0,0 +1,24 @@ +.encoding = "UTF-8" +installerDefaults.componentDownloadEnabled = "no" +installerDefaults.dataCollectionEnabled = "no" +installerDefaults.transferVersion = "1" +installerDefaults.autoSoftwareUpdateEnabled = "no" +NETWORKING = "yes" +VMBLOCK_CONFED = "yes" +VMCI_CONFED = "yes" +VSOCK_CONFED = "yes" +gksu.rootMethod = "sudo" +MemTrimRate = "0" +prefvmx.minVmMemPct = "100" +prefvmx.useRecommendedLockedMemSize = "TRUE" +libdir = "/usr/lib/vmware" +mks.ctlAltDel.ignore = "TRUE" +mks.fullscreen.allowScreenSaver = "TRUE" +fullScreenSwitch.onSeparateDesktop = "TRUE" +msg.autoAnswer = "TRUE" +authd.fullpath = "/usr/sbin/vmware-authd" +bindir = "/usr/bin" +vix.config.version = "1" +player.product.version = "%PLAYER_VERSION%" +product.buildNumber = "%BUILD_NUMBER%" + |
