summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/XX_xserver.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-01-12 00:24:17 +0100
committerDirk von Suchodoletz2009-01-12 00:24:17 +0100
commit853aca7cae3b740c742374e1d0236afc50ce4c38 (patch)
treeb6f779c835ca9835550c6a59b94fa00db89bf004 /os-plugins/plugins/xserver/XX_xserver.sh
parent/sbin/mdev needs to be present in /proc/sys/kernel/hotplug to load (diff)
downloadcore-853aca7cae3b740c742374e1d0236afc50ce4c38.tar.gz
core-853aca7cae3b740c742374e1d0236afc50ce4c38.tar.xz
core-853aca7cae3b740c742374e1d0236afc50ce4c38.zip
Trivial optimization in xserver plugin ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2467 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/XX_xserver.sh')
-rw-r--r--os-plugins/plugins/xserver/XX_xserver.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh
index c5e2e73c..10960d5a 100644
--- a/os-plugins/plugins/xserver/XX_xserver.sh
+++ b/os-plugins/plugins/xserver/XX_xserver.sh
@@ -36,8 +36,7 @@ testmkd ${glliblinks}
if [ -e /initramfs/plugin-conf/xserver.conf -a \
! -f /rootfs/etc/X11/xorg.conf ]; then
. /initramfs/plugin-conf/xserver.conf
- # keyboard setup
- localization "${country}"
+
# do not start any configuration if the admin provided a preconfigured
# xorg.conf in /rootfs/etc/X11/xorg.conf
if [ $xserver_active -ne 0 -a ! -f /rootfs/${xfc#/mnt} ]; then
@@ -176,6 +175,8 @@ EndSection
Section "DRI"
Mode 0666
EndSection' >> $xfc
+ # keyboard setup (fill XKEYBOARD)
+ localization "${country}"
# if no module was detected, stick to vesa module
if [ -n "$xmodule" ] ; then
sed "s/vesa/$xmodule/;s/\"us\"/\"${XKEYBOARD}\"/" -i $xfc