summaryrefslogtreecommitdiffstats
path: root/src/initramfs
diff options
context:
space:
mode:
authorDirk2011-10-28 18:50:50 +0200
committerDirk2011-10-28 18:50:50 +0200
commit9380802cf1176b4e0dd98e73a0ece4619855d127 (patch)
treeabc01331fa9ec5ffbd00fe7bfff452dfa20858de /src/initramfs
parent* Added compatibility for Ubuntu 10.10 (diff)
downloadcore-9380802cf1176b4e0dd98e73a0ece4619855d127.tar.gz
core-9380802cf1176b4e0dd98e73a0ece4619855d127.tar.xz
core-9380802cf1176b4e0dd98e73a0ece4619855d127.zip
Small fix for checking on bootsplash in hwautocfg.
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