aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.sysinit4
1 files 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