diff options
author | Bill Nottingham <notting@redhat.com> | 1999-09-07 21:20:25 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-09-07 21:20:25 +0000 |
commit | b6ef8734e7186130fd061398246d8a191e33979d (patch) | |
tree | c3e9cae3e25915a2a60fb954e3aeae11eba00cfc /sysconfig | |
parent | 86b9e80bfb4d181a88f6555cf7d34b2901aa053a (diff) | |
download | initscripts-b6ef8734e7186130fd061398246d8a191e33979d.tar initscripts-b6ef8734e7186130fd061398246d8a191e33979d.tar.gz initscripts-b6ef8734e7186130fd061398246d8a191e33979d.tar.bz2 initscripts-b6ef8734e7186130fd061398246d8a191e33979d.tar.xz initscripts-b6ef8734e7186130fd061398246d8a191e33979d.zip |
allow turning off of 'press 'i' prompt'
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 |