Blame 0006-99shutdown-shutdown-don-t-do-console_init-on-shutdow.patch
|
Harald Hoyer |
d45cf7 |
From 81dcf7c90a853d91009888dbff6670bb483c0716 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
d45cf7 |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
d45cf7 |
Date: Thu, 9 Feb 2012 14:16:31 +0100
|
|
Harald Hoyer |
d45cf7 |
Subject: [PATCH] 99shutdown/shutdown: don't do console_init on shutdown
|
|
Harald Hoyer |
d45cf7 |
emergency
|
|
Harald Hoyer |
d45cf7 |
|
|
Harald Hoyer |
d45cf7 |
---
|
|
Harald Hoyer |
d45cf7 |
modules.d/99shutdown/shutdown | 1 -
|
|
Harald Hoyer |
d45cf7 |
1 files changed, 0 insertions(+), 1 deletions(-)
|
|
Harald Hoyer |
d45cf7 |
|
|
Harald Hoyer |
d45cf7 |
diff --git a/modules.d/99shutdown/shutdown b/modules.d/99shutdown/shutdown
|
|
Harald Hoyer |
d45cf7 |
index 64937fa..2576687 100755
|
|
Harald Hoyer |
d45cf7 |
--- a/modules.d/99shutdown/shutdown
|
|
Harald Hoyer |
d45cf7 |
+++ b/modules.d/99shutdown/shutdown
|
|
Harald Hoyer |
d45cf7 |
@@ -26,7 +26,6 @@ emergency_shell()
|
|
Harald Hoyer |
d45cf7 |
source_hook shutdown-emergency
|
|
Harald Hoyer |
d45cf7 |
echo
|
|
Harald Hoyer |
d45cf7 |
if getargbool 1 rd.shell -y rdshell || getarg rd.break rdbreak; then
|
|
Harald Hoyer |
d45cf7 |
- [ -x /lib/udev/console_init ] && /lib/udev/console_init /dev/console
|
|
Harald Hoyer |
d45cf7 |
echo "Dropping to debug shell."
|
|
Harald Hoyer |
d45cf7 |
echo
|
|
Harald Hoyer |
d45cf7 |
export PS1="$_rdshell_name:\${PWD}# "
|