summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm16
1 files changed, 4 insertions, 12 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
index a930a4e6..ecc2626d 100644
--- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
@@ -539,7 +539,7 @@ sub _localInstallation
$vmbuildversion = $versionhash{vmbuildversion};
## Copy needed files
- my @files = qw(nvram.5.0);
+ my @files = qw(nvram);
foreach my $file (@files) {
copyFile("$pluginFilesPath/$file", "$installationPath");
}
@@ -584,14 +584,11 @@ sub _vmpl2Installation {
## Copy needed files
# copy 'normal' needed files
- my @files = qw( nvram.5.0 install-vmpl.sh );
+ my @files = qw( nvram install-vmpl.sh );
foreach my $file (@files) {
copyFile("$pluginFilesPath/$file", "$installationPath");
}
- # copy on depending runvmware file
- copyFile("$pluginFilesPath/runvmware-player-v2", "$installationPath", "runvmware");
-
# Install the binarys from given pkgpath
system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/$kind/install-vmpl.sh $kind");
@@ -623,14 +620,11 @@ sub _vmpl25Installation {
mkpath($installationPath);
# copy 'normal' needed files
- my @files = qw( nvram.5.0 install-vmpl.sh );
+ my @files = qw( nvram install-vmpl.sh );
foreach my $file (@files) {
copyFile("$pluginFilesPath/$file", "$installationPath");
}
- # copy on depending runvmware file
- copyFile("$pluginFilesPath/runvmware-player-v25", "$installationPath", "runvmware");
-
# Install the binarys from given pkgpath
system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/$kind/install-vmpl.sh $kind");
@@ -662,12 +656,10 @@ sub _vmpl1Installation {
mkpath($installationPath);
# copy 'normal' needed files
- my @files = qw( nvram.5.0 install-vmpl.sh );
+ my @files = qw( nvram install-vmpl.sh );
foreach my $file (@files) {
copyFile("$pluginFilesPath/$file", "$installationPath");
}
- # copy on depending runvmware file
- copyFile("$pluginFilesPath/runvmware-player-v1", "$installationPath", "runvmware");
# Download and install the binarys
system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/$kind/install-vmpl.sh $kind");