99shutdown/shutdown: don't do console_init on shutdown emergency
parent
075de7be45
commit
81dcf7c90a
|
@ -26,7 +26,6 @@ emergency_shell()
|
|||
source_hook shutdown-emergency
|
||||
echo
|
||||
if getargbool 1 rd.shell -y rdshell || getarg rd.break rdbreak; then
|
||||
[ -x /lib/udev/console_init ] && /lib/udev/console_init /dev/console
|
||||
echo "Dropping to debug shell."
|
||||
echo
|
||||
export PS1="$_rdshell_name:\${PWD}# "
|
||||
|
|
Loading…
Reference in New Issue