From b6ef8734e7186130fd061398246d8a191e33979d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 7 Sep 1999 21:20:25 +0000 Subject: allow turning off of 'press 'i' prompt' --- sysconfig/init | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysconfig') 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 -- cgit v1.2.1