Adjust /etc/inittab.grml + /etc/inittab.small for reboot
authorMichael Prokop <mika@grml.org>
Thu, 30 Aug 2007 22:11:53 +0000 (00:11 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 30 Aug 2007 22:11:53 +0000 (00:11 +0200)
debian/changelog
etc/inittab.grml
etc/inittab.small

index d416254..d546d4b 100644 (file)
@@ -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 <mika@grml.org>  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.
index d89061b..a8b03d5 100644 (file)
@@ -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."
index 2f78a44..b04d9fb 100644 (file)
@@ -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."