summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
diff options
context:
space:
mode:
authorVolker Uhrig2008-08-25 20:19:33 +0200
committerVolker Uhrig2008-08-25 20:19:33 +0200
commitdfa7a40a9d49fd46936b85c57cc6508cd885fc09 (patch)
treefe0fadb0e7e6c1db75bd40705c66d638a0632e0e /os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
parentForgot to add the "getty" applet. The "new" stuff is obsolete ... (diff)
downloadcore-dfa7a40a9d49fd46936b85c57cc6508cd885fc09.tar.gz
core-dfa7a40a9d49fd46936b85c57cc6508cd885fc09.tar.xz
core-dfa7a40a9d49fd46936b85c57cc6508cd885fc09.zip
* moved ati-install-dev.sh to ati-install.sh
* added kernel compile [ati-install.sh] * activated ati-install [xserver.pm] * Status: * Kernel compiles * copy all more or less needed librarys * TODO: integration into system, copy of librarys etc * TODO: more file cleanup needed git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2096 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm')
-rw-r--r--os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
index 84c7303a..f0837293 100644
--- a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
+++ b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
@@ -220,7 +220,7 @@ sub installationPhase
my $installationPath = "$pluginRepoPath/";
if ($attrs->{'xserver::ati'} == 1) {
copyFile("$pluginFilesPath/ati-install.sh", "$installationPath");
- #system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/ati-install.sh");
+ system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/ati-install.sh");
}
if ($attrs->{'xserver::nvidia'} == 1) {
copyFile("$pluginFilesPath/nvidia-install.sh", "$installationPath");