summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-21 15:57:07 +0200
committerDirk von Suchodoletz2010-08-21 15:57:07 +0200
commitb549727cf82a94ba810540bb9d7d27fd6d6c6dd8 (patch)
tree9d05aa12615f650531b913c6a55c5766f518367b /os-plugins
parentremoved temp and bak files of virt plugins (diff)
downloadcore-b549727cf82a94ba810540bb9d7d27fd6d6c6dd8.tar.gz
core-b549727cf82a94ba810540bb9d7d27fd6d6c6dd8.tar.xz
core-b549727cf82a94ba810540bb9d7d27fd6d6c6dd8.zip
Small fixes for Xorg keyboard of SuSE11.3 and Ubuntu functions ...
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/xserver/OpenSLX/Distro/Suse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/Distro/Suse.pm b/os-plugins/plugins/xserver/OpenSLX/Distro/Suse.pm
index 29342f3b..7a706019 100644
--- a/os-plugins/plugins/xserver/OpenSLX/Distro/Suse.pm
+++ b/os-plugins/plugins/xserver/OpenSLX/Distro/Suse.pm
@@ -41,6 +41,7 @@ sub setupXserverScript
# add stuff to the script generated via Base.pm
$script .= unshiftHereDoc(<<' End-of-Here');
# SuSE specific extension to stage3 xserver.sh
+ testmkd /mnt/etc/X11/xorg.conf.d
# Add InputClass to proper setup the keyboard and other input
echo 'Section "InputClass"
Identifier "evdev pointer catchall"
@@ -75,7 +76,6 @@ sub setupXserverScript
# Xorg hardware is autodetected, so no module information provided
[ -z "${xmodule}" ] && \
sed "/Section \"Device\"/,/EndSection/d" -i ${xfc}
- testmkd /mnt/etc/X11/xorg.conf.d
testmkd /mnt/var/lib/xkb/compiled
testmkd /mnt/var/lib/X11
testmkd /mnt/var/lib/xdm/authdir/authfiles 0700