diff options
author | Dave Reisner <d@falconindy.com> | 2011-06-04 13:40:24 -0400 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2011-06-04 13:40:24 -0400 |
commit | af0b5c55dbd94a04ebc54cf3d119261bee383951 (patch) | |
tree | 74a471ae0da69f43c3eae810167232b54d5e23d0 /rc.conf | |
parent | e404acd5fdeb0a7511e47b539c717e66a62777a9 (diff) |
rc.sysinit: kill off VERBOSE= parameter
Upstream already supports this via the loglevel= parameter on the kernel
cmdline, so we should support using this instead of our own homegrown
solution.
Signed-off-by: Dave Reisner <d@falconindy.com>
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,7 +17,6 @@ # 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" @@ -27,7 +26,6 @@ KEYMAP="us" CONSOLEFONT= CONSOLEMAP= USECOLOR="yes" -VERBOSE="3" # ----------------------------------------------------------------------- # HARDWARE |