diff options
Diffstat (limited to 'sysconfig/init')
-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 |