summaryrefslogtreecommitdiffstats
path: root/src/initramfs
diff options
context:
space:
mode:
Diffstat (limited to 'src/initramfs')
-rwxr-xr-xsrc/initramfs/scripts/bin/hwautocfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/initramfs/scripts/bin/hwautocfg b/src/initramfs/scripts/bin/hwautocfg
index 384d8a44..22323e84 100755
--- a/src/initramfs/scripts/bin/hwautocfg
+++ b/src/initramfs/scripts/bin/hwautocfg
@@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2003..2006 - RZ Uni Freiburg
-# Copyright (c) 2006..2010 - OpenSLX GmbH
+# Copyright (c) 2006..2011 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -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--have-kernelvars/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