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. --- modules.d/99base/dracut-lib.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index b6168df..19aceb8 100755 --- a/modules.d/99base/dracut-lib.sh +++ b/modules.d/99base/dracut-lib.sh @@ -825,7 +825,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." -- 1.7.10.1 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html