From: Michael Prokop Date: Thu, 30 Aug 2007 22:11:53 +0000 (+0200) Subject: Adjust /etc/inittab.grml + /etc/inittab.small for reboot X-Git-Tag: 1.0.16~1 X-Git-Url: http://git.grml.org/?p=grml-etc.git;a=commitdiff_plain;h=51bdced9f537e67a6783619669384512a2b35913 Adjust /etc/inittab.grml + /etc/inittab.small for reboot --- 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."