From 51bdced9f537e67a6783619669384512a2b35913 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 31 Aug 2007 00:11:53 +0200 Subject: [PATCH 1/1] Adjust /etc/inittab.grml + /etc/inittab.small for reboot --- debian/changelog | 8 ++++++++ etc/inittab.grml | 2 +- etc/inittab.small | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d416254..d546d4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +grml-etc (1.0.16) unstable; urgency=low + + * Adjust /etc/inittab.grml + /etc/inittab.small so ctrl-alt-del + triggers reboot instead of powerdown. Thanks for the suggestion + to Norbert Tretkowski, thanks for the patch to Nico Golde! + + -- Michael Prokop Fri, 31 Aug 2007 00:10:23 +0200 + grml-etc (1.0.15) unstable; urgency=low * Update /etc/init.d/ssh according to changes in Debian's original file. diff --git a/etc/inittab.grml b/etc/inittab.grml index d89061b..a8b03d5 100644 --- a/etc/inittab.grml +++ b/etc/inittab.grml @@ -33,7 +33,7 @@ l5:5:wait:/etc/init.d/rc 5 l6:6:wait:/etc/init.d/grml-reboot # What to do when CTRL-ALT-DEL is pressed. -ca::ctrlaltdel:/etc/init 0 +ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now # Action on special keypress (ALT-UpArrow). kb::kbrequest:/bin/echo "Keyboard Request -- edit /etc/inittab to let this work." diff --git a/etc/inittab.small b/etc/inittab.small index 2f78a44..b04d9fb 100644 --- a/etc/inittab.small +++ b/etc/inittab.small @@ -33,7 +33,7 @@ l5:5:wait:/etc/init.d/rc 5 l6:6:wait:/etc/init.d/grml-reboot # What to do when CTRL-ALT-DEL is pressed. -ca::ctrlaltdel:/etc/init 0 +ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now # Action on special keypress (ALT-UpArrow). kb::kbrequest:/bin/echo "Keyboard Request -- edit /etc/inittab to let this work." -- 2.1.4