From 7a773236976b35e1ca0af849afd55f26db447957 Mon Sep 17 00:00:00 2001 From: Root Date: Thu, 16 Nov 2006 19:13:20 +0000 Subject: Timing issue for too fast systems fixed (hwautocfg ended in stage4 instead of 3) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@513 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/bin/hwautocfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'initramfs/initrd-stuff/bin') diff --git a/initramfs/initrd-stuff/bin/hwautocfg b/initramfs/initrd-stuff/bin/hwautocfg index 80221de4..902f6251 100755 --- a/initramfs/initrd-stuff/bin/hwautocfg +++ b/initramfs/initrd-stuff/bin/hwautocfg @@ -462,9 +462,12 @@ if strinstr "/var/X11R6" "$link" ; then done fi # wait for completion of Xorg configuration -waitfor /tmp/xready 10000 +waitfor /tmp/xready 20000 cp /etc/xorg.conf ${D_XF86CONFFILE} +# do not finish until tmp is setup properly +[ -n "$part44" ] && waitfor /tmp/tmpready 20000 + # script run timer [ $DEBUGLEVEL -eq 8 ] && echo "** HW setup finished at $(sysup)" -- cgit v1.2.3-55-g7522