summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorMichael Janczyk2007-10-04 19:44:12 +0200
committerMichael Janczyk2007-10-04 19:44:12 +0200
commit56fa0573b931e56d525630b24c23c321d782694a (patch)
tree58f4bc3914daba7f654e0d8d9d238a242638279e /initramfs
parentbug extinction (diff)
downloadcore-56fa0573b931e56d525630b24c23c321d782694a.tar.gz
core-56fa0573b931e56d525630b24c23c321d782694a.tar.xz
core-56fa0573b931e56d525630b24c23c321d782694a.zip
another regexp bug :(
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1369 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rwxr-xr-xinitramfs/initrd-stuff/init2
1 files changed, 1 insertions, 1 deletions
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