projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
010f726
)
Changed default loglevel ofdmesg from 4 to 3
author
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 2 Feb 2013 02:32:56 +0000
(21:32 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 2 Feb 2013 02:33:24 +0000
(21:33 -0500)
stage1/bootscripts/functions
patch
|
blob
|
history
diff --git
a/stage1/bootscripts/functions
b/stage1/bootscripts/functions
index
4056f1a
..
7db7545
100644
(file)
--- 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"