summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
diff options
context:
space:
mode:
authorVolker Uhrig2008-07-01 21:29:37 +0200
committerVolker Uhrig2008-07-01 21:29:37 +0200
commit673e78f6bfaf2d0077c2d7944405aa9d6d859e66 (patch)
tree14aaba6391eb62902c2d777417d1aab3cba5876b /os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
parent* fixed wrong path (diff)
downloadcore-673e78f6bfaf2d0077c2d7944405aa9d6d859e66.tar.gz
core-673e78f6bfaf2d0077c2d7944405aa9d6d859e66.tar.xz
core-673e78f6bfaf2d0077c2d7944405aa9d6d859e66.zip
* 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
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm8
1 files changed, 4 insertions, 4 deletions
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