From 56fa0573b931e56d525630b24c23c321d782694a Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Thu, 4 Oct 2007 17:44:12 +0000 Subject: another regexp bug :( git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1369 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 88009336..9c12ebbe 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 -q '\(VESA|VGA\)' /proc/fb > /dev/null 2>&1 \ +if grep -E "(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