From 1bad30cc17f6cec15668f2bae9d6b72dd44788ee Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 22 Jan 2007 21:52:41 +0000 Subject: 'upgpkg: fixed verbose boot option' --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index 2401a71..a9e4754 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -21,7 +21,7 @@ mount -n -t proc none /proc # anything more serious than KERN_WARNING goes to the console # 'verbose' cmdline parameter enables more messages -if grep -qw verbose /proc/cmdline; then +if grep -qw " verbose" /proc/cmdline; then /bin/dmesg -n 8 else /bin/dmesg -n 3 -- cgit v1.2.3