summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/hwautocfg
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-01-11 18:34:14 +0100
committerDirk von Suchodoletz2009-01-11 18:34:14 +0100
commitca2b9b1ff1e0bb783a0ff3b747d41e18f9e9553e (patch)
treee159719a6aae9422ef9f8e31b4dc0dea56455a2a /initramfs/stage3-stuff/bin/hwautocfg
parentSome fixes to x11vnc plugin (x11mod). (diff)
downloadcore-ca2b9b1ff1e0bb783a0ff3b747d41e18f9e9553e.tar.gz
core-ca2b9b1ff1e0bb783a0ff3b747d41e18f9e9553e.tar.xz
core-ca2b9b1ff1e0bb783a0ff3b747d41e18f9e9553e.zip
Better configuration of touchpads ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2463 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/stage3-stuff/bin/hwautocfg')
-rwxr-xr-xinitramfs/stage3-stuff/bin/hwautocfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/bin/hwautocfg b/initramfs/stage3-stuff/bin/hwautocfg
index 738c0979..f50b8432 100755
--- a/initramfs/stage3-stuff/bin/hwautocfg
+++ b/initramfs/stage3-stuff/bin/hwautocfg
@@ -34,7 +34,8 @@ ash /etc/modprobe.base; mdev -s
# optimization possible: exclude network and usb base drivers from the
# following list (bios detection for non-hwautocfg component)
( hwinfo --pci >/etc/hwinfo.data; echo "read pci device list at $(sysup)" \
- >/tmp/hwdataready; hwinfo --bios >/etc/hwinfo.bios ) &
+ >/tmp/hwdataready ) &
+( usleep 100000 ; hwinfo --bios >/etc/hwinfo.bios ) &
return 0
}