From 9380802cf1176b4e0dd98e73a0ece4619855d127 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 28 Oct 2011 18:50:50 +0200 Subject: Small fix for checking on bootsplash in hwautocfg. --- src/initramfs/scripts/bin/hwautocfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/initramfs') 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 -- cgit v1.2.3-55-g7522