From ae4adb92b0d183a207fbaf5492a275f13231710b Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 7 Feb 2008 11:16:00 +0000 Subject: Fixed the bug (reported by Reiner) of the last checkin, cleant up the README and added a subdirectory for documentation on setup, installation. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1520 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/distro-specs/suse/functions-default | 2 +- initramfs/initrd-stuff/bin/hwautocfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'initramfs') diff --git a/initramfs/distro-specs/suse/functions-default b/initramfs/distro-specs/suse/functions-default index 5bb0e678..9adedaae 100644 --- a/initramfs/distro-specs/suse/functions-default +++ b/initramfs/distro-specs/suse/functions-default @@ -360,7 +360,7 @@ $host_name\n\n\ -audit 0\n\ flexible=true\nhandled=true\nchooser=true" >>/mnt/etc/opt/gnome/gdm/gdm.conf else - if [ ! -d /mnt/etc/opt/gnome/gdm ]; + if [ ! -d /mnt/etc/opt/gnome/gdm ] ; then testmkd /mnt/etc/opt/gnome/gdm fi echo -e "\n[servers]\n0=Standard\n\n\ diff --git a/initramfs/initrd-stuff/bin/hwautocfg b/initramfs/initrd-stuff/bin/hwautocfg index a9029575..37ce3980 100755 --- a/initramfs/initrd-stuff/bin/hwautocfg +++ b/initramfs/initrd-stuff/bin/hwautocfg @@ -274,7 +274,8 @@ if [ ! -f /rootfs${D_XF86CONFFILE#/mnt} ] ; then strinfile ${highres} /tmp/915res || { 915resolution $(grep -i x -m 1 /tmp/915res|sed "s/\ :.*//") $(echo \ $highres|sed "s/x/\ /") 2>&1 >/dev/null; - # for some reason that does not work for a Dell laptop with i855 chipset + # for some reason the above does not work for a Dell laptop with Intel + # 855 chipset, so add another mode too 915resolution 3c $(echo $highres|sed "s/x/\ /") 2>&1 >/dev/null; } fi fi -- cgit v1.2.3-55-g7522