summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm16
-rw-r--r--os-plugins/plugins/vmware/files/README2
-rw-r--r--os-plugins/plugins/vmware/files/nvram (renamed from os-plugins/plugins/vmware/files/nvram.5.0)bin8664 -> 8664 bytes
3 files changed, 5 insertions, 13 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");
diff --git a/os-plugins/plugins/vmware/files/README b/os-plugins/plugins/vmware/files/README
index 87b4479f..ae8bf1e7 100644
--- a/os-plugins/plugins/vmware/files/README
+++ b/os-plugins/plugins/vmware/files/README
@@ -1,5 +1,5 @@
Files
-- nvram.5.0
+- nvram (version from VMware5)
This nvram supports a second Floppy drive. Helpfull if you want to
get some data from linux to your Windows VirtualMachine (like
Scanner-IP or Userinformation)
diff --git a/os-plugins/plugins/vmware/files/nvram.5.0 b/os-plugins/plugins/vmware/files/nvram
index 85125f1e..85125f1e 100644
--- a/os-plugins/plugins/vmware/files/nvram.5.0
+++ b/os-plugins/plugins/vmware/files/nvram
Binary files differ