- linux-image-2.6.32-34-virtual_2.6.32-34.73~smloader0_amd64.deb came from http://people.canonical.com/~jj/ on 2011-08-16 built with the following change over the 34.73 kernel: diff --git a/kernel/printk.c b/kernel/printk.c index 09cd75f..9aa4d3d 100644 --- a/kernel/printk.c +++ b/kernel/printk.c @@ -57,7 +57,7 @@ void asmlinkage __attribute__((weak)) early_printk(const char *fmt, ...) /* We show everything that is MORE important than this.. */ #define MINIMUM_CONSOLE_LOGLEVEL 1 /* Minimum loglevel we let people use */ -#define DEFAULT_CONSOLE_LOGLEVEL 7 /* anything MORE serious than KERN_DEBUG */ +#define DEFAULT_CONSOLE_LOGLEVEL 2 /* anything MORE serious than KERN_DEBUG */ DECLARE_WAIT_QUEUE_HEAD(log_wait);