From c63c8a18e9d59b3ecc32acef349f8cb732eee511 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 1 Feb 2013 21:32:56 -0500 Subject: [PATCH] Changed default loglevel ofdmesg from 4 to 3 --- stage1/bootscripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage1/bootscripts/functions b/stage1/bootscripts/functions index 4056f1a..7db7545 100644 --- a/stage1/bootscripts/functions +++ b/stage1/bootscripts/functions @@ -51,7 +51,7 @@ BRACKET="\\033[1;34m" # LOGLEVEL="1" --> Prevents all messages, expect panic messages, from # appearing on the console. # LOGLEVEL="8" --> Allow all messages to appear on the console. -LOGLEVEL="4" +LOGLEVEL="3" # Timezone export TZ="America/Montreal" -- 2.20.1