From bf72ce488a9d43c9752f926e4bc3f55f8d67a141 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 25 Feb 1999 17:11:22 +0000 Subject: more changes for sysconfig/init --- sysconfig.txt | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'sysconfig.txt') 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= - 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= 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= + Column of the screen to start status labels at. Defaults to 60 + MOVE_TO_COL= + A command to move the cursor to $RES_COL. Defaults to nasty + ANSI sequences output by echo -e. + SETCOLOR_SUCCESS= + 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 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 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 to set the color to 'normal'. Defaults to nasty + ANSI sequences output by echo -e. /etc/sysconfig/keyboard: -- cgit