summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/hwautocfg
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 16:03:18 +0200
committerDirk von Suchodoletz2010-08-22 16:03:18 +0200
commit30e9b185bc1e9dcc229f594f5f0c9e7c6424ac14 (patch)
treeab565e3270e5008ea31a99345d141fd5b089a5b3 /initramfs/stage3-stuff/bin/hwautocfg
parentAdding missing files for splashy ... (diff)
downloadcore-30e9b185bc1e9dcc229f594f5f0c9e7c6424ac14.tar.gz
core-30e9b185bc1e9dcc229f594f5f0c9e7c6424ac14.tar.xz
core-30e9b185bc1e9dcc229f594f5f0c9e7c6424ac14.zip
...
Diffstat (limited to 'initramfs/stage3-stuff/bin/hwautocfg')
-rwxr-xr-xinitramfs/stage3-stuff/bin/hwautocfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/bin/hwautocfg b/initramfs/stage3-stuff/bin/hwautocfg
index 04e47e44..1f02892e 100755
--- a/initramfs/stage3-stuff/bin/hwautocfg
+++ b/initramfs/stage3-stuff/bin/hwautocfg
@@ -35,7 +35,7 @@ if strinfile "vga=" /proc/cmdline; then
( modprobe -a vesafb fbcon 2>/dev/null
hwinfo --gfxcard >/etc/hwinfo.gfxcard ) &
elif [ -e /etc/init-hooks/00-started/xserver.sh -o \
- -e /etc/init-hooks/05-started/bootsplash.sh ] && \
+ -e /etc/init-hooks/05--have-kernelvars/bootsplash.sh ] && \
[ -e /lib/modules/${KERNEL}/kernel/drivers/gpu ]; then
# check for the standard modules (single gpu, multiple connector only)
( hwinfo --gfxcard >/etc/hwinfo.gfxcard