diff options
author | Bill Nottingham <notting@redhat.com> | 1999-02-22 23:43:52 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-02-22 23:43:52 +0000 |
commit | 83aa1f9a5ab54c1578b1e6c1c15f05ef784259df (patch) | |
tree | 5ea38a91b655c3c934fc971d4cded7cc73e14bd7 /sysconfig | |
parent | 8a287013f87a889ad57acf9dc32cf487b297c5e8 (diff) | |
download | initscripts-83aa1f9a5ab54c1578b1e6c1c15f05ef784259df.tar initscripts-83aa1f9a5ab54c1578b1e6c1c15f05ef784259df.tar.gz initscripts-83aa1f9a5ab54c1578b1e6c1c15f05ef784259df.tar.bz2 initscripts-83aa1f9a5ab54c1578b1e6c1c15f05ef784259df.tar.xz initscripts-83aa1f9a5ab54c1578b1e6c1c15f05ef784259df.zip |
add default /etc/sysconfig/init
change raw ansi to echo -e
add a 'serial' mode that has no ansi escapes
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/init | 12 |
1 files changed, 12 insertions, 0 deletions
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 |