summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-26 18:41:36 +0200
committerDirk von Suchodoletz2008-08-26 18:41:36 +0200
commit6478faa49bdc49800953eec1fb554996863f4865 (patch)
treebd6e3f4e660c32b019fd1d52c3e957dc6d74c4b0 /os-plugins
parentonly using existing init-hook, not really necessary, and I didn't see any cha... (diff)
downloadcore-6478faa49bdc49800953eec1fb554996863f4865.tar.gz
core-6478faa49bdc49800953eec1fb554996863f4865.tar.xz
core-6478faa49bdc49800953eec1fb554996863f4865.zip
File shouldn't be there to avoid /etc/init.d/xdm confusions.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2101 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/xserver/OpenSLX/Distro/Suse.pm1
-rw-r--r--os-plugins/plugins/xserver/OpenSLX/Distro/Suse_10_2.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/Distro/Suse.pm b/os-plugins/plugins/xserver/OpenSLX/Distro/Suse.pm
index 97dee226..8e03fd68 100644
--- a/os-plugins/plugins/xserver/OpenSLX/Distro/Suse.pm
+++ b/os-plugins/plugins/xserver/OpenSLX/Distro/Suse.pm
@@ -39,6 +39,7 @@ sub setupXserverScript
# suse specific extension to stage3 xserver.sh
testmkd /mnt/var/X11R6/bin
ln -s /usr/bin/Xorg /mnt/var/X11R6/bin/X
+ rm /mnt/etc/X11/xdm/SuSEconfig.xdm
End-of-Here
return $script;
diff --git a/os-plugins/plugins/xserver/OpenSLX/Distro/Suse_10_2.pm b/os-plugins/plugins/xserver/OpenSLX/Distro/Suse_10_2.pm
index 47ffd310..21c9a861 100644
--- a/os-plugins/plugins/xserver/OpenSLX/Distro/Suse_10_2.pm
+++ b/os-plugins/plugins/xserver/OpenSLX/Distro/Suse_10_2.pm
@@ -39,6 +39,7 @@ sub setupXserverScript
# suse specific extension to stage3 xserver.sh
testmkd /mnt/var/X11R6/bin
ln -s /usr/bin/Xorg /mnt/var/X11R6/bin/X
+ rm /mnt/etc/X11/xdm/SuSEconfig.xdm
# relevant for older xservers only: check for kind of xorg module used
# and patch the i8,9XX VGA BIOS if needed
#if strinfile '"i810"' $xfc && [ -f /etc/hwinfo.display ] ; then