From d2b3af73d120c930e7f1018010eb68c09e83af27 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 24 Aug 2010 10:43:15 -0400 Subject: Don't frob the console loglevel on boot. (#621257, #626572) 1) This didn't do anything useful prior to rsyslog, as sysklogd would reset it. 2) This overrides the kernel commandline, for people who want to temporarily reset it there 3) This actually turns messages back on out from underneath plymouth, which isn't nice. To frob the console loglevel, pass it on the kernel command line. --- rc.d/rc.sysinit | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index a764c0bc..f788744c 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -105,11 +105,6 @@ else echo "$PRODUCT" fi -# Fix console loglevel -if [ -n "$LOGLEVEL" ]; then - /bin/dmesg -n $LOGLEVEL -fi - # Only read this once. cmdline=$(cat /proc/cmdline) -- cgit v1.2.1