diff options
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/init | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysconfig/init b/sysconfig/init index a06707d4..8a2d68f5 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -19,3 +19,5 @@ SETCOLOR_NORMAL="echo -en \\033[0;39m" LOGLEVEL=1 # Set to something other than 'no' to turn on magic sysrq keys... MAGIC_SYSRQ=no +# Set to anything other than 'no' to allow hotkey interactive startup... +PROMPT=yes |