From 7e3f1f2ef6477cf9ab93793d12168ee9ae8c5571 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Tue, 18 Mar 2008 11:46:44 -0400 Subject: init-top/framebuffer: ignore blacklist for forced vga= usage. DO NOT USE -Qb for framebuffer. Blank ttys when using vesafb (vga=xxx) LP: #129910 [ s/-Q/-q/ for modprobe options -maks ] --- scripts/init-top/framebuffer | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/init-top/framebuffer') diff --git a/scripts/init-top/framebuffer b/scripts/init-top/framebuffer index 0ed798e..c5c18b9 100755 --- a/scripts/init-top/framebuffer +++ b/scripts/init-top/framebuffer @@ -87,8 +87,9 @@ uvesafb) esac if [ -n "${FB}" ]; then - modprobe fbcon - modprobe ${FB} ${OPTS} + unset MODPROBE_OPTIONS + modprobe -q fbcon + modprobe -q ${FB} ${OPTS} fi if [ -e /proc/fb ]; then -- cgit v1.2.3