From 8464b5966d404505aa506c33c1099e6e507cdfc7 Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Thu, 8 Oct 2009 11:42:36 -0600 Subject: [PATCH] UBUNTU: SAUCE: (no-up) raise the default console 'quiet' level to 2 In the interests of providing a clean boot experience, i.e., a blank screen before X starts, supress noisy driver messages. See https://lists.ubuntu.com/archives/kernel-team/2009-October/007476.html for the original diatribe. Signed-off-by: Tim Gardner --- init/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/main.c b/init/main.c index 217ed23..048289c 100644 --- a/init/main.c +++ b/init/main.c @@ -200,7 +200,7 @@ static int __init debug_kernel(char *str) static int __init quiet_kernel(char *str) { - console_loglevel = 4; + console_loglevel = 2; return 0; } -- 1.7.10.4