UBUNTU: SAUCE: (no-up) raise the default console 'quiet' level to 2
authorTim Gardner <tim.gardner@canonical.com>
Thu, 8 Oct 2009 17:42:36 +0000 (11:42 -0600)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 2 Apr 2012 20:08:44 +0000 (13:08 -0700)
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 <tim.gardner@canonical.com>

init/main.c

index 217ed23..048289c 100644 (file)
@@ -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;
 }