Browse Source

99shutdown/shutdown: don't do console_init on shutdown emergency

master
Harald Hoyer 13 years ago
parent
commit
81dcf7c90a
  1. 1
      modules.d/99shutdown/shutdown

1
modules.d/99shutdown/shutdown

@ -26,7 +26,6 @@ emergency_shell() @@ -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…
Cancel
Save