From: Will Woods Date: Tue, 22 May 2012 22:16:11 +0000 (-0400) Subject: don't wait_for_loginit in emergency_shell() X-Git-Tag: 019~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4744e27350519dc5abeac01262c7593b1d896046;p=platform%2Fupstream%2Fdracut.git 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. --- diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index 8a54a7a..8bd18a0 100755 --- a/modules.d/99base/dracut-lib.sh +++ b/modules.d/99base/dracut-lib.sh @@ -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."