diff options
| author | Bastian Wissler | 2009-01-19 17:36:36 +0100 |
|---|---|---|
| committer | Bastian Wissler | 2009-01-19 17:36:36 +0100 |
| commit | dacbd4c3c8e18a23fe9bd52fb9cebfe3e7b873b3 (patch) | |
| tree | b705482c6dfab46545d9c29ee70b8ff3c5f60549 /os-plugins/plugins/xserver/OpenSLX/OSPlugin | |
| parent | * moved file from vmware into virtualization plugion vmchooser (diff) | |
| download | core-dacbd4c3c8e18a23fe9bd52fb9cebfe3e7b873b3.tar.gz core-dacbd4c3c8e18a23fe9bd52fb9cebfe3e7b873b3.tar.xz core-dacbd4c3c8e18a23fe9bd52fb9cebfe3e7b873b3.zip | |
xserver plugin:
* added new nvidia package name for ubuntu-8.10
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2499 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/OpenSLX/OSPlugin')
| -rw-r--r-- | os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm index 8bf6b8e3..483add9e 100644 --- a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm +++ b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm @@ -227,6 +227,7 @@ sub installationPhase if ($attrs->{'xserver::nvidia'} == 1 || $attrs->{'xserver::ati'} == 1 ) { copyFile("$pluginFilesPath/ubuntu-gfx-install.sh", "$installationPath"); copyFile("$pluginFilesPath/suse-gfx-install.sh", "$installationPath"); + copyFile("$pluginFilesPath/suse-gfx-8.10-install.sh", "$installationPath"); copyFile("$pluginFilesPath/linkage.sh", "$installationPath"); # be on the safe side (BASH) - Ubuntu sets some crazy stupid 'dash' shell otherwise system("/bin/bash /opt/openslx/plugin-repo/$self->{'name'}/linkage.sh clean"); |
