summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-02-07 12:16:00 +0100
committerDirk von Suchodoletz2008-02-07 12:16:00 +0100
commitae4adb92b0d183a207fbaf5492a275f13231710b (patch)
tree17282855fb4418dea0df1626861812d2561fc6e8 /initramfs
parent* vmware plugin is no longer offering the list of available vmwares (diff)
downloadcore-ae4adb92b0d183a207fbaf5492a275f13231710b.tar.gz
core-ae4adb92b0d183a207fbaf5492a275f13231710b.tar.xz
core-ae4adb92b0d183a207fbaf5492a275f13231710b.zip
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
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/distro-specs/suse/functions-default2
-rwxr-xr-xinitramfs/initrd-stuff/bin/hwautocfg3
2 files changed, 3 insertions, 2 deletions
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