diff options
author | Bill Nottingham <notting@redhat.com> | 1999-02-04 20:19:40 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-02-04 20:19:40 +0000 |
commit | 75b00704a85e1575a033246122292bb6a3044037 (patch) | |
tree | 7cd4c7a3e1eea686f4cd5818a397cd1c6613c18f /sysconfig.txt | |
parent | 14ac181bc961bd8691fe4db9225f8e13f672ff74 (diff) | |
download | initscripts-75b00704a85e1575a033246122292bb6a3044037.tar initscripts-75b00704a85e1575a033246122292bb6a3044037.tar.gz initscripts-75b00704a85e1575a033246122292bb6a3044037.tar.bz2 initscripts-75b00704a85e1575a033246122292bb6a3044037.tar.xz initscripts-75b00704a85e1575a033246122292bb6a3044037.zip |
add loglevel.c, document LOGLEVEL setting
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index b385eefa..f5c79adb 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -23,7 +23,11 @@ Files in /etc/sysconfig BOOTUP=<some bootup mode> BOOTUP=color means new (as of RH6.0) boot display. Anything else means old-style display - + LOGLEVEL=<a number> + Sets the initial console logging level for the kernel. + The default is 7. 8 means everything (including debugging); + 1 means nothing except kernel panics. syslogd will override + this once it starts. /etc/sysconfig/keyboard: |