Changed default loglevel ofdmesg from 4 to 3
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 2 Feb 2013 02:32:56 +0000 (21:32 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 2 Feb 2013 02:33:24 +0000 (21:33 -0500)
stage1/bootscripts/functions

index 4056f1a..7db7545 100644 (file)
@@ -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"