From 83aa1f9a5ab54c1578b1e6c1c15f05ef784259df Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 22 Feb 1999 23:43:52 +0000 Subject: add default /etc/sysconfig/init change raw ansi to echo -e add a 'serial' mode that has no ansi escapes --- sysconfig/init | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sysconfig/init (limited to 'sysconfig') diff --git a/sysconfig/init b/sysconfig/init new file mode 100644 index 00000000..3b49ec82 --- /dev/null +++ b/sysconfig/init @@ -0,0 +1,12 @@ +# color => new RH6.0 bootup +# verbose => old-style bootup +# anything else => new style bootup without ANSI colors or positioning +BOOTUP=color +# color for 'OK' label ; 2=green +COLOR_SUCCESS=2 +# color for 'FAILED' label ; 1=red +COLOR_FAILURE=1 +# column to start "[ OK ]" label in +RES_COL=60 +# default kernel loglevel on boot (syslog will reset this) +LOGLEVEL=1 -- cgit v1.2.1