aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorSebastien Luttringer <seblu@seblu.net>2011-04-02 15:33:51 +0200
committerSebastien Luttringer <seblu@seblu.net>2011-04-15 16:29:36 +0200
commit98b4e5c9e30327bb3acc595bbfd3f5e2d967be80 (patch)
treef0b4f2bbff6e948f46b4247ca743b53b5232d95a /rc.conf
parent23afb988d59c6167b33353155cf8fafef3c5855a (diff)
downloadinitscripts-98b4e5c9e30327bb3acc595bbfd3f5e2d967be80.tar.xz
Fix console verbosity and add config via rc.conf
This patch fix verbosity which use var exported by initcpio in place of kernel. Verbosity is an initscripts parameter, so it should have a definition in rc.conf. Kernel parameter should be a shortcut. New option is called VERBOSE. Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/rc.conf b/rc.conf
index 77dcf3a..7d03a30 100644
--- a/rc.conf
+++ b/rc.conf
@@ -17,6 +17,7 @@
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
+# VERBOSE: Verbose level (from 1 to 8). man 3 syslog for level info
#
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="no"
@@ -26,6 +27,7 @@ KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
+VERBOSE="3"
# -----------------------------------------------------------------------
# HARDWARE