From 13e84ec837ebf22233391aee93546bc72094357a Mon Sep 17 00:00:00 2001 From: Volker Uhrig Date: Sat, 5 Jul 2008 18:58:59 +0000 Subject: * 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 --- os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm') 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!" ); } -- cgit v1.2.3-55-g7522