diff options
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/init | 6 |
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 |