From: Hugo Villeneuve Date: Sat, 2 Feb 2013 02:32:56 +0000 (-0500) Subject: Changed default loglevel ofdmesg from 4 to 3 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=c63c8a18e9d59b3ecc32acef349f8cb732eee511;p=hvlinux.git Changed default loglevel ofdmesg from 4 to 3 --- 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"