From 673e78f6bfaf2d0077c2d7944405aa9d6d859e66 Mon Sep 17 00:00:00 2001 From: Volker Uhrig Date: Tue, 1 Jul 2008 19:29:37 +0000 Subject: * merge of vmpl1.0 and vmpl2.0 installation script * renamed path root -> vmroot * moved modules to its on place vmroot/modules git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1895 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 80215b72..e90abe60 100644 --- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm +++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm @@ -455,7 +455,7 @@ sub _vmpl2Installation { ## Copy needed files # copy 'normal' needed files - my @files = qw( nvram.5.0 install-vmpl2.0.sh ); + my @files = qw( nvram.5.0 install-vmpl.sh ); foreach my $file (@files) { copyFile("$pluginFilesPath/$file", "$installationPath"); } @@ -464,7 +464,7 @@ sub _vmpl2Installation { ## ## Download and install the binarys - system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/$kind/install-$kind.sh"); + system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/$kind/install-vmpl.sh $kind"); ## ## Create runlevel script @@ -501,7 +501,7 @@ sub _vmpl1Installation { ## Copy needed files # copy 'normal' needed files - my @files = qw( nvram.5.0 install-vmpl1.0.sh ); + my @files = qw( nvram.5.0 install-vmpl.sh ); foreach my $file (@files) { copyFile("$pluginFilesPath/$file", "$installationPath"); } @@ -510,7 +510,7 @@ sub _vmpl1Installation { ## ## Download and install the binarys - system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/$kind/install-$kind.sh"); + system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/$kind/install-vmpl.sh $kind"); ## ## Create runlevel script -- cgit v1.2.3-55-g7522