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
parent
31cfc9aa5e
commit
4744e27350
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in New Issue