aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorTobias Powalowski <tpowa@archlinux.org>2007-01-22 21:52:41 +0000
committerTobias Powalowski <tpowa@archlinux.org>2007-01-22 21:52:41 +0000
commit1bad30cc17f6cec15668f2bae9d6b72dd44788ee (patch)
treeb19b80ad4a3b852f5af9a01dc5f28dfc2b8dd34d /rc.sysinit
parentbced30e91fea71c05e3e521aa7cf04583f0dadbb (diff)
downloadinitscripts-1bad30cc17f6cec15668f2bae9d6b72dd44788ee.tar.xz
'upgpkg: fixed verbose boot option'
Diffstat (limited to 'rc.sysinit')
-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