diff options
| author | Christian Rößler | 2015-12-14 16:02:02 +0100 |
|---|---|---|
| committer | Christian Rößler | 2015-12-14 16:02:02 +0100 |
| commit | d793e19ae6f549394d0464f6a33f713a33a0419b (patch) | |
| tree | 2257ed9e81541d1e76457b35912da34704d847f8 /remote/modules/vmware | |
| parent | [vmware] removed >1 sound card logic since auto-detect in combination with as... (diff) | |
| download | tm-scripts-d793e19ae6f549394d0464f6a33f713a33a0419b.tar.gz tm-scripts-d793e19ae6f549394d0464f6a33f713a33a0419b.tar.xz tm-scripts-d793e19ae6f549394d0464f6a33f713a33a0419b.zip | |
[vmware] Shared folders now enabled for undetected OS versions (and so
the different linux flavours). Should be held in view for evtl. problems.
Diffstat (limited to 'remote/modules/vmware')
| -rw-r--r-- | remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/create_vmware_config_file.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/create_vmware_config_file.inc b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/create_vmware_config_file.inc index 7843271a..5d33ce16 100644 --- a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/create_vmware_config_file.inc +++ b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/create_vmware_config_file.inc @@ -148,16 +148,18 @@ case "$vmostype" in vmostype="other" shfolders="FALSE" ;; - # Unknown guestOS setting in .xml - use conservative defaults + # Unknown guestOS setting in .xml - this encompasses linux too, + # as there is a multitude of different distributions. Perhaps further + # action will be needed if this leads to problems with exotic OSs. *64) vmostype="other-64" - shfolders="FALSE" + # shfolders="FALSE" MAXMEM="123456" MAXCORES="4" ;; *) vmostype="other" - shfolders="FALSE" + # shfolders="FALSE" MAXMEM="8000" MAXCORES="1" ;; |
