Searched hist:"1 ce57df2316f39d7c9b5fa4127041c6e034089aa" (Results 1 – 1 of 1) sorted by relevance
/freebsd/stand/lua/ |
H A D | color.lua | diff 1ce57df2316f39d7c9b5fa4127041c6e034089aa Mon Oct 21 22:17:31 CEST 2019 Kyle Evans <kevans@FreeBSD.org> lualoader: fix setting of loader_color=NO in loader.conf(5)
Previously color.disabled would be calculated at color module load time, then never touched again. We can detect serial boots beyond just what we're told by loader.conf(5) so this works out in many cases, but we must re-evaluate the situation after the config is loaded to make sure we're not supposed to be forcing it enabled/disabled.
Discovered while trying to test r353872.
|