From a29deb20d8ca02c716428b00d2102e4adeb26a5a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 10 Nov 1999 21:44:54 +0000 Subject: control stop-a differently than sysrq --- sysconfig/init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysconfig') diff --git a/sysconfig/init b/sysconfig/init index 5fefe7fa..d9dcccb6 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -17,9 +17,9 @@ 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 -# Setting this to something other than 'no' will turn on: -# - magic sysrq keys -# - stop-a (Sparc only) +# Setting this to something other than 'no' will turn on magic sysrq keys MAGIC_SYSRQ=no +# Setting this to something other than 'no' will turn on stop-a (Sparc only) +STOP_A=no # Set to anything other than 'no' to allow hotkey interactive startup... PROMPT=yes -- cgit v1.2.1