summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
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 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