From 2dc7a9140cf2196852cd8769065cb86b4d803b73 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 31 Aug 1999 22:18:17 +0000 Subject: disable magic sysrq by default --- sysconfig/init | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysconfig/init') diff --git a/sysconfig/init b/sysconfig/init index 7b4d8151..a06707d4 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -17,3 +17,5 @@ SETCOLOR_WARNING="echo -en \\033[1;33m" SETCOLOR_NORMAL="echo -en \\033[0;39m" # default kernel loglevel on boot (syslog will reset this) LOGLEVEL=1 +# Set to something other than 'no' to turn on magic sysrq keys... +MAGIC_SYSRQ=no -- cgit v1.2.1