summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/OpenSLX/OSPlugin
diff options
context:
space:
mode:
authorVolker Uhrig2008-08-29 19:12:42 +0200
committerVolker Uhrig2008-08-29 19:12:42 +0200
commit146c06116f8ed7450737c2f772b26d9569087d7b (patch)
treec9a06d5a00a6d9ee7dc48d1458cb6667d79f0eeb /os-plugins/plugins/xserver/OpenSLX/OSPlugin
parentadded time-sync via rdate to initrd, hwclock will be sinced as well (diff)
downloadcore-146c06116f8ed7450737c2f772b26d9569087d7b.tar.gz
core-146c06116f8ed7450737c2f772b26d9569087d7b.tar.xz
core-146c06116f8ed7450737c2f772b26d9569087d7b.zip
* Added suse-gfx-install.sh
* delivers nvida files for suse-10.2 * just suse-10.2, because the suse package handling is a little bit... errm, accidentally unhappily implemented in zypper. Let's check against 10.2 first, if it works we'll support more. * cleaned up old stuff. We won't compile kernels anymore, to tricky with newer versions (won't compile against 2.6.26 etc) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2137 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/OpenSLX/OSPlugin')
-rw-r--r--os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
index 67035c57..94ac131e 100644
--- a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
+++ b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
@@ -225,6 +225,9 @@ sub installationPhase
}
if ($attrs->{'xserver::nvidia'} == 1) {
copyFile("$pluginFilesPath/nvidia-install.sh", "$installationPath");
+ #TODO: handle distribution. Bastian, have you testet your
+ # script? ;-)
+ copyFile("$pluginFilesPath/suse-gfx-install.sh", "$installationPath");
system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/nvidia-install.sh");
}