diff options
author | Bill Nottingham <notting@redhat.com> | 2004-11-01 19:14:18 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-11-01 19:14:18 +0000 |
commit | d39710983aa00105653475f6e8b908130bc5a4c0 (patch) | |
tree | 0bbb2db257f70534bd54e8db79c8f980eead91b9 /sysconfig/init | |
parent | 60e9d11be1e1b6e6aa05875459a32c0a3e7b10b1 (diff) | |
download | initscripts-d39710983aa00105653475f6e8b908130bc5a4c0.tar initscripts-d39710983aa00105653475f6e8b908130bc5a4c0.tar.gz initscripts-d39710983aa00105653475f6e8b908130bc5a4c0.tar.bz2 initscripts-d39710983aa00105653475f6e8b908130bc5a4c0.tar.xz initscripts-d39710983aa00105653475f6e8b908130bc5a4c0.zip |
revert some stuff
Diffstat (limited to 'sysconfig/init')
-rw-r--r-- | sysconfig/init | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysconfig/init b/sysconfig/init index a1b03f04..1ffeaea6 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -19,3 +19,5 @@ SETCOLOR_WARNING="echo -en \\033[0;33m" SETCOLOR_NORMAL="echo -en \\033[0;39m" # default kernel loglevel on boot (syslog will reset this) LOGLEVEL=3 +# Set to anything other than 'no' to allow hotkey interactive startup... +PROMPT=yes |