aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorTim Gardner <tim.gardner@canonical.com>2009-10-08 11:42:36 -0600
committerLeann Ogasawara <leann.ogasawara@canonical.com>2010-09-02 12:55:07 -0700
commitc508f51900b848531b5d623a5552a6428e9ae242 (patch)
treeddf3f5c0c451ada190a567383e1e7b560bc39f3d /init
parente87f95c457035b5fbc4220630ee572f868b4d293 (diff)
UBUNTU: SAUCE: 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 <tim.gardner@canonical.com>
Diffstat (limited to 'init')
-rw-r--r--init/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c
index a42fdf4aeba..710ac0acb35 100644
--- a/init/main.c
+++ b/init/main.c
@@ -251,7 +251,7 @@ static int __init debug_kernel(char *str)
static int __init quiet_kernel(char *str)
{
- console_loglevel = 4;
+ console_loglevel = 2;
return 0;
}