aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/init
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-11-10 21:44:54 +0000
committerBill Nottingham <notting@redhat.com>1999-11-10 21:44:54 +0000
commita29deb20d8ca02c716428b00d2102e4adeb26a5a (patch)
treedeb0b583ec2cbdd702fdabcb4410d7e90c354c00 /sysconfig/init
parent945174a05c48620a6e2f43b7abfe4e89cec3ec08 (diff)
downloadinitscripts-a29deb20d8ca02c716428b00d2102e4adeb26a5a.tar
initscripts-a29deb20d8ca02c716428b00d2102e4adeb26a5a.tar.gz
initscripts-a29deb20d8ca02c716428b00d2102e4adeb26a5a.tar.bz2
initscripts-a29deb20d8ca02c716428b00d2102e4adeb26a5a.tar.xz
initscripts-a29deb20d8ca02c716428b00d2102e4adeb26a5a.zip
control stop-a differently than sysrq
Diffstat (limited to 'sysconfig/init')
-rw-r--r--sysconfig/init6
1 files changed, 3 insertions, 3 deletions
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