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, 28 Mar 2011 13:48:14 +0000 (06:48 -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 33c37c3..fe14237 100644 (file)
@@ -257,7 +257,7 @@ static int __init debug_kernel(char *str)
 
 static int __init quiet_kernel(char *str)
 {
-       console_loglevel = 4;
+       console_loglevel = 2;
        return 0;
 }