diff options
author | Bill Nottingham <notting@redhat.com> | 1999-02-25 17:11:22 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-02-25 17:11:22 +0000 |
commit | bf72ce488a9d43c9752f926e4bc3f55f8d67a141 (patch) | |
tree | c7e9cdb21075ec273d10b080746f5ef01de252e7 /sysconfig.txt | |
parent | 0953f29c6fb338868a9ed616b92ca39af80a0d0e (diff) | |
download | initscripts-bf72ce488a9d43c9752f926e4bc3f55f8d67a141.tar initscripts-bf72ce488a9d43c9752f926e4bc3f55f8d67a141.tar.gz initscripts-bf72ce488a9d43c9752f926e4bc3f55f8d67a141.tar.bz2 initscripts-bf72ce488a9d43c9752f926e4bc3f55f8d67a141.tar.xz initscripts-bf72ce488a9d43c9752f926e4bc3f55f8d67a141.zip |
more changes for sysconfig/init
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index f5c79adb..88fd16a9 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -21,13 +21,34 @@ Files in /etc/sysconfig /etc/sysconfig/init: BOOTUP=<some bootup mode> - BOOTUP=color means new (as of RH6.0) boot display. Anything - else means old-style display + BOOTUP=color means new (as of RH6.0) boot display. + BOOTUP=serial means new display, but without ANSI-formatting + 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. + RES_COL=<a number> + Column of the screen to start status labels at. Defaults to 60 + MOVE_TO_COL=<a command> + A command to move the cursor to $RES_COL. Defaults to nasty + ANSI sequences output by echo -e. + SETCOLOR_SUCCESS=<a command> + A command to set the color to a color indicating success. + Defaults to nasty ANSI sequences output by echo -e setting + the color to green. + SETCOLOR_FAILURE=<a command> + A command to set the color to a color indicating failure. + Defaults to nasty ANSI sequences output by echo -e setting + the color to red. + SETCOLOR_WARNING=<a command> + A command to set the color to a color indicating warning. + Defaults to nasty ANSI sequences output by echo -e setting + the color to yellow. + SETCOLOR_NORMAL=<a command> + A command to set the color to 'normal'. Defaults to nasty + ANSI sequences output by echo -e. /etc/sysconfig/keyboard: |