summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-03-09 00:10:08 +0100
committerDirk von Suchodoletz2010-03-09 00:10:08 +0100
commit5cce1b1ad4a2dc26502621ecf72cb9e8840e0b34 (patch)
tree5257de613e46ef3b6a7a1ed10dda6314f8ed08e0 /os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu.pm
parentChanged error message because of moved inittab test (see previous (diff)
downloadcore-5cce1b1ad4a2dc26502621ecf72cb9e8840e0b34.tar.gz
core-5cce1b1ad4a2dc26502621ecf72cb9e8840e0b34.tar.xz
core-5cce1b1ad4a2dc26502621ecf72cb9e8840e0b34.zip
Ubuntu 10.04 needs changed xserver plugin behaviour - xorg.conf is not
required for Xorg 1.7+ servers ...
Diffstat (limited to 'os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu.pm')
-rw-r--r--os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu.pm b/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu.pm
index 537ef54c..a1dda709 100644
--- a/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu.pm
+++ b/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu.pm
@@ -37,6 +37,7 @@ sub setupXserverScript
# Ubuntu specific extension to stage3 xserver.sh
testmkd /mnt/var/run/xauth
testmkd /mnt/var/lib/xkb
+ ln -sf /usr/bin/Xorg /mnt/etc/X11/X
End-of-Here
return $script;