summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/vmware/files/run-virt.include
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/plugins/vmware/files/run-virt.include
parent... (diff)
downloadcore-3b669916ac5d3a794402014229edeea51cddcf47.tar.gz
core-3b669916ac5d3a794402014229edeea51cddcf47.tar.xz
core-3b669916ac5d3a794402014229edeea51cddcf47.zip
VMchooser with new theme ...
Diffstat (limited to 'src/os-plugins/plugins/vmware/files/run-virt.include')
-rw-r--r--src/os-plugins/plugins/vmware/files/run-virt.include15
1 files changed, 15 insertions, 0 deletions
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
################################################################################