]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
99shutdown/shutdown: don't do console_init on shutdown emergency
authorHarald Hoyer <harald@redhat.com>
Thu, 9 Feb 2012 13:16:31 +0000 (14:16 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 9 Feb 2012 13:16:31 +0000 (14:16 +0100)
modules.d/99shutdown/shutdown

index 64937fa7083ce7d5b79a304d016be81f915dd916..2576687ff2a36ed2d5add092ea5c19979749734a 100755 (executable)
@@ -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}# "