Main index | Section 8 | Options |
Before using any of the commands provided in color.4th, it must be included through the command:
include color.4th
This line is present in /boot/loader.4th file, so it is not needed (and should not be re-issued) in a normal setup.
The commands provided by it are:
loader_color? | Returns FALSE if the loader_color environment variable is set to "NO" (case-insensitive) or "0". Otherwise returns TRUE (unless booting serial). |
The environment variables that effect its behavior are:
loader_color | |
If set to "NO" (case-insensitive) or "0", causes loader_color? to return FALSE, indicating to many modules that color should not be used. | |
/boot/loader | The loader(8). |
/boot/color.4th | color.4th itself. |
/boot/loader.rc | loader(8) bootstrapping script. |
Use color where applicable:
loader_color="YES"
COLOR.4TH (8) | August 6, 2013 |
Main index | Section 8 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Never write it in C if you can do it in `awk'; Never do it in `awk' if `sed' can handle it; Never use `sed' when `tr' can do the job; Never invoke `tr' when `cat' is sufficient; Avoid using `cat' whenever possible. |
” |
— Taylor's Laws of Programming |