summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
diff options
context:
space:
mode:
authorVolker Uhrig2008-07-05 20:58:59 +0200
committerVolker Uhrig2008-07-05 20:58:59 +0200
commit13e84ec837ebf22233391aee93546bc72094357a (patch)
tree615c5d0ec296f0f64243f25d14c64bf35315210f /os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
parent* Minor fix, to make bug hunting easier (diff)
downloadcore-13e84ec837ebf22233391aee93546bc72094357a.tar.gz
core-13e84ec837ebf22233391aee93546bc72094357a.tar.xz
core-13e84ec837ebf22233391aee93546bc72094357a.zip
* rewrite for vmpl1.0. tested on suse-10.2 with success
* asks now if a installed vmplX.0 player should be reinstalled * writes now player version into /etc/vmware/version git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1904 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
index 2903a083..a23bba8d 100644
--- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
@@ -270,6 +270,11 @@ sub checkStage3AttrValues
);
}
+ if ($vm_kind eq 'local' &&
+ ! -d "/opt/openslx/plugin-repo/vmware/local") {
+ "local vmware installation not configured by slxos-plugin!"
+ }
+
if ($vm_kind eq 'vmpl2.0' &&
! -d "/opt/openslx/plugin-repo/vmware/vmpl2.0/vmroot") {
push @problems, _tr(
@@ -280,7 +285,7 @@ sub checkStage3AttrValues
if ($vm_kind eq 'vmpl1.0' &&
! -d "/opt/openslx/plugin-repo/vmware/vmpl1.0/vmroot") {
push @problems, _tr(
- "No OpenSLX installation of VMware Player 2 found or installation failed. Using it as virtual machine wouldn't work!"
+ "No OpenSLX installation of VMware Player 1 found or installation failed. Using it as virtual machine wouldn't work!"
);
}