don't wait_for_loginit in emergency_shell()

wait_for_loginit ends the log; this is unhelpful if you're using
emergency_shell to do debugging.

Just leave loginit running. It doesn't hurt anything.
master
Will Woods 2012-05-22 18:16:11 -04:00 committed by Harald Hoyer
parent 31cfc9aa5e
commit 4744e27350
1 changed files with 0 additions and 1 deletions

View File

@ -814,7 +814,6 @@ emergency_shell()
warn $@
source_hook "$hook"
echo
wait_for_loginit
[ -e /run/initramfs/.die ] && exit 1
if getargbool 1 rd.shell -y rdshell || getarg rd.break rdbreak; then
echo "Dropping to debug shell."