From 3d3261d627339ee7d1d31f98c1747d72b8541abe Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Thu, 4 Oct 2007 17:26:31 +0000 Subject: bug extinction git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1368 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initramfs') diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init index 709bd7bf..88009336 100755 --- a/initramfs/initrd-stuff/init +++ b/initramfs/initrd-stuff/init @@ -113,7 +113,7 @@ file="yes" # splashy stuff seems to depend on /proc/fb with VESA!? # only activate with kernel option quiet -if grep -qi '\(vesa|vga\)' /proc/fb > /dev/null 2>&1 \ +if grep -q '\(VESA|VGA\)' /proc/fb > /dev/null 2>&1 \ && grep -qi " quiet " /proc/cmdline > /dev/null 2>&1; then export nosplash=0 else -- cgit v1.2.3-55-g7522