diff options
-rw-r--r-- | sysconfig/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/init b/sysconfig/init index 77e7520d..7a1432be 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -16,6 +16,6 @@ SETCOLOR_WARNING="echo -en \\033[1;33m" # terminal sequence to reset to the default color. SETCOLOR_NORMAL="echo -en \\033[0;39m" # default kernel loglevel on boot (syslog will reset this) -LOGLEVEL=1 +LOGLEVEL=3 # Set to anything other than 'no' to allow hotkey interactive startup... PROMPT=yes |