diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2007-01-22 21:52:41 +0000 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2007-01-22 21:52:41 +0000 |
commit | 1bad30cc17f6cec15668f2bae9d6b72dd44788ee (patch) | |
tree | b19b80ad4a3b852f5af9a01dc5f28dfc2b8dd34d | |
parent | bced30e91fea71c05e3e521aa7cf04583f0dadbb (diff) |
'upgpkg: fixed verbose boot option'
-rwxr-xr-x | rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |