Standardize boot failed language.
authorWarren Togami <wtogami@redhat.com>
Wed, 15 Jul 2009 20:42:34 +0000 (16:42 -0400)
committerWarren Togami <wtogami@redhat.com>
Wed, 15 Jul 2009 20:42:34 +0000 (16:42 -0400)
modules.d/99base/init

index ae71763..f9e317e 100755 (executable)
@@ -13,11 +13,11 @@ emergency_shell()
     source_all emergency
     if getarg rdshell || getarg rdbreak; then
         echo ; echo
-        echo "Dropping to a shell. Good luck!"
+        echo "Boot has failed, dropping to debug shell."
         echo
         sh -i
     else
-        echo "Boot has failed, sleeping forever"
+        echo "Boot has failed, sleeping forever."
         while :; do sleep 1;done
     fi
 }