[PATCH 45/48] Sleep instead of rebooting or shutting down when debugging initscripts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



---
 functions   |    2 +-
 rc.shutdown |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/functions b/functions
index f1dce8a..2c80a59 100644
--- a/functions
+++ b/functions
@@ -4,7 +4,7 @@
 
 # width:
 
-grep -q initdebug && {
+grep -q initdebug /proc/cmdline && {
     exec 2>/dev/tty9
 }
 
diff --git a/rc.shutdown b/rc.shutdown
index 1081970..96b10f0 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -93,6 +93,9 @@ run_hook shutdown_poweroff
 
 # Power off or reboot
 printsep
+
+grep -q initdebug /proc/cmdline && sleep 9999
+
 if [[ $RUNLEVEL = 0 ]]; then
 	printhl "${C_H2}POWER OFF"
 	/sbin/poweroff -d -f -h -i
-- 
1.7.1



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux