summaryrefslogtreecommitdiffstats
path: root/src/os-plugins
diff options
context:
space:
mode:
authorDirk2011-07-05 17:10:16 +0200
committerDirk2011-07-05 17:10:16 +0200
commit3b669916ac5d3a794402014229edeea51cddcf47 (patch)
tree2acecd747e6a42e557666196e30004cb62064629 /src/os-plugins
parent... (diff)
downloadcore-3b669916ac5d3a794402014229edeea51cddcf47.tar.gz
core-3b669916ac5d3a794402014229edeea51cddcf47.tar.xz
core-3b669916ac5d3a794402014229edeea51cddcf47.zip
VMchooser with new theme ...
Diffstat (limited to 'src/os-plugins')
-rwxr-xr-xsrc/os-plugins/plugins/vmchooser/files/vmchooserbin1534964 -> 1535012 bytes
-rw-r--r--src/os-plugins/plugins/vmware/files/run-virt.include15
2 files changed, 15 insertions, 0 deletions
diff --git a/src/os-plugins/plugins/vmchooser/files/vmchooser b/src/os-plugins/plugins/vmchooser/files/vmchooser
index 5b341900..7e9a7e69 100755
--- a/src/os-plugins/plugins/vmchooser/files/vmchooser
+++ b/src/os-plugins/plugins/vmchooser/files/vmchooser
Binary files differ
diff --git a/src/os-plugins/plugins/vmware/files/run-virt.include b/src/os-plugins/plugins/vmware/files/run-virt.include
index a9f4e85f..9b9641bc 100644
--- a/src/os-plugins/plugins/vmware/files/run-virt.include
+++ b/src/os-plugins/plugins/vmware/files/run-virt.include
@@ -357,6 +357,21 @@ case "${hddrv}" in
;;
esac
+# check for the ostype
+case "${vmostype}" in
+ winxp*|windowsxp*)
+ ;;
+ winvista*|windowsvista*)
+ ;;
+ windows7*)
+ ;;
+ linux*|*ubuntu*|*suse*|debian*|*sci*)
+ vmostype="linux"
+ ;;
+ *)
+ vmostype="other"
+ ;;
+esac
# write configuration files
################################################################################