diff options
author | Bill Nottingham <notting@redhat.com> | 1999-10-05 17:04:14 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-10-05 17:04:14 +0000 |
commit | f61fa753dd2ee22f1fac5f32dd4710a12497fd4a (patch) | |
tree | 593b4dac960f9f0b6c43ef7d01d6e529cfdb4fb0 /sysconfig | |
parent | 987fd7772b898998d0d7a9443d8c5c58193a3798 (diff) | |
download | initscripts-f61fa753dd2ee22f1fac5f32dd4710a12497fd4a.tar initscripts-f61fa753dd2ee22f1fac5f32dd4710a12497fd4a.tar.gz initscripts-f61fa753dd2ee22f1fac5f32dd4710a12497fd4a.tar.bz2 initscripts-f61fa753dd2ee22f1fac5f32dd4710a12497fd4a.tar.xz initscripts-f61fa753dd2ee22f1fac5f32dd4710a12497fd4a.zip |
control stop-a like magic sysrq
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/init | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysconfig/init b/sysconfig/init index ef12b932..5fefe7fa 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -17,7 +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 -# Set to something other than 'no' to turn on magic sysrq keys... +# Setting this to something other than 'no' will turn on: +# - magic sysrq keys +# - stop-a (Sparc only) MAGIC_SYSRQ=no # Set to anything other than 'no' to allow hotkey interactive startup... PROMPT=yes |