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.sysinit | 7 ------- 1 file changed, 7 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index c87e3dc..ee77959 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -43,13 +43,6 @@ status "Mounting Root Read-Only" /bin/mount -n -o remount,ro / /sbin/minilogd /sbin/bootlogd -p /run/bootlogd.pid -# Set console verbosity -for cmdarg in $(< /proc/cmdline); do - [[ "$cmdarg" == verbose ]] && VERBOSE=8 && break - [[ "$cmdarg" =~ verbose=[1-8] ]] && VERBOSE=${BASH_REMATCH[0]-8} && break -done -/bin/dmesg -n ${VERBOSE:-3} - HWCLOCK_PARAMS="--hctosys" case $HARDWARECLOCK in UTC) HWCLOCK_PARAMS+=" --utc";; -- cgit v1.2.3