projects
/
platform
/
upstream
/
dracut.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1702e6c
)
Standardize boot failed language.
author
Warren Togami
<wtogami@redhat.com>
Wed, 15 Jul 2009 20:42:34 +0000
(16:42 -0400)
committer
Warren Togami
<wtogami@redhat.com>
Wed, 15 Jul 2009 20:42:34 +0000
(16:42 -0400)
modules.d/99base/init
patch
|
blob
|
history
diff --git
a/modules.d/99base/init
b/modules.d/99base/init
index ae71763faaad15f08a5184023cd68e08bd2a247b..f9e317e29ae63391af606b2a9aeb7c7c28376624 100755
(executable)
--- a/
modules.d/99base/init
+++ b/
modules.d/99base/init
@@
-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
}