summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmware/data
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/vmware/data')
-rw-r--r--remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/create_vmware_config_file.inc8
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"
;;