aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.sysinit2
1 files changed, 1 insertions, 1 deletions
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