From b04f18c15cef8f6d48aa0aa63fa8104b551fe1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Sat, 10 Feb 2007 09:14:34 +0000 Subject: fixed typo, fixed verbose booting --- rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.sysinit b/rc.sysinit index ea4ea9a..5ffc5b5 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 -q " verbose" /proc/cmdline; then /bin/dmesg -n 8 else /bin/dmesg -n 3 @@ -186,7 +186,7 @@ if [ -x /sbin/fsck ]; then echo echo "********************** REBOOT REQUIRED *********************" echo "* *" - echo "* The sytem will be rebooted automatically in 15 seconds. *" + echo "* The system will be rebooted automatically in 15 seconds. *" echo "* *" echo "************************************************************" echo -- cgit v1.2.3