]> Untitled Git - hvlinux.git/commitdiff
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 4056f1a52a79c8b8b4a484a70915b6c9fbf0df9e..7db7545ede57c60a16192e7ceb72b3f211bd5fba 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"