From: Harald Hoyer Date: Thu, 9 Feb 2012 13:16:31 +0000 (+0100) Subject: 99shutdown/shutdown: don't do console_init on shutdown emergency X-Git-Tag: 016~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81dcf7c90a853d91009888dbff6670bb483c0716;p=thirdparty%2Fdracut.git 99shutdown/shutdown: don't do console_init on shutdown emergency --- diff --git a/modules.d/99shutdown/shutdown b/modules.d/99shutdown/shutdown index 64937fa70..2576687ff 100755 --- a/modules.d/99shutdown/shutdown +++ b/modules.d/99shutdown/shutdown @@ -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}# "