summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/XX_vmware.sh
diff options
context:
space:
mode:
authorVolker Uhrig2008-08-22 15:02:39 +0200
committerVolker Uhrig2008-08-22 15:02:39 +0200
commit706014cdc0372307d5a78ec568224d077d5669fa (patch)
tree48273519ff0dc493b6b675ed7395b1128fc93032 /os-plugins/plugins/vmware/XX_vmware.sh
parent* changed way to find kernel behaviour (diff)
downloadcore-706014cdc0372307d5a78ec568224d077d5669fa.tar.gz
core-706014cdc0372307d5a78ec568224d077d5669fa.tar.xz
core-706014cdc0372307d5a78ec568224d077d5669fa.zip
* should get ride about ticket 262
* use insmod * identify version for local installation (not used yet. should be used by other plugins/external tools, to check if the configured vmplayer is able to handle v2 vmware images) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2081 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/XX_vmware.sh')
-rw-r--r--os-plugins/plugins/vmware/XX_vmware.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/XX_vmware.sh b/os-plugins/plugins/vmware/XX_vmware.sh
index b3f388fe..8ea19842 100644
--- a/os-plugins/plugins/vmware/XX_vmware.sh
+++ b/os-plugins/plugins/vmware/XX_vmware.sh
@@ -256,7 +256,7 @@ $(ipcalc -m $vmip/$vmpx|sed s/.*=//) {" \
elif [ "${vmware_kind}" = "vmpl2.0" ]; then
echo "vmplversion=2" > /mnt/etc/vmware/version
elif [ "${vmware_kind}" = "local" ]; then
- version=$(strings /mnt/usr/lib/vmware/bin/vmplayer|head -n 1|cut -c 1)
+ version=$(strings /mnt/usr/lib/vmware/bin/vmplayer|grep -e "^[12]\..*build-[0-9]*"|head -n 1|cut -c 1)
echo "vmplversion=${version}" > /mnt/etc/vmware/version
fi