From 95313a95674173c7b8afda4e8fcf25e24f2df91b Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Thu, 12 Mar 2009 13:51:43 +0000 Subject: removed copying of obsolete and non-existing scripts git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2729 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm | 16 ++++------------ os-plugins/plugins/vmware/files/README | 2 +- os-plugins/plugins/vmware/files/nvram | Bin 0 -> 8664 bytes os-plugins/plugins/vmware/files/nvram.5.0 | Bin 8664 -> 0 bytes 4 files changed, 5 insertions(+), 13 deletions(-) create mode 100644 os-plugins/plugins/vmware/files/nvram delete mode 100644 os-plugins/plugins/vmware/files/nvram.5.0 (limited to 'os-plugins/plugins/vmware') 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 b/os-plugins/plugins/vmware/files/nvram new file mode 100644 index 00000000..85125f1e Binary files /dev/null and b/os-plugins/plugins/vmware/files/nvram differ diff --git a/os-plugins/plugins/vmware/files/nvram.5.0 b/os-plugins/plugins/vmware/files/nvram.5.0 deleted file mode 100644 index 85125f1e..00000000 Binary files a/os-plugins/plugins/vmware/files/nvram.5.0 and /dev/null differ -- cgit v1.2.3-55-g7522