From af0b5c55dbd94a04ebc54cf3d119261bee383951 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 4 Jun 2011 13:40:24 -0400 Subject: 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 --- rc.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'rc.conf') diff --git a/rc.conf b/rc.conf index 26cd695..04a93ba 100644 --- a/rc.conf +++ b/rc.conf @@ -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 -- cgit v1.2.3