Re: Changing kernel message colour when using vt(4)
Date: Tue, 19 Apr 2022 14:48:39 UTC
Stefan Blachmann <sblachmann@gmail.com> wrote on 2022-04-19 at 12:41:44: > On 4/19/22, Fabian Keil <freebsd-listen@fabiankeil.de> wrote: > > After rebasing ElectroBSD from stable/12 to stable/13 > > kernel messages no longer appear green in the console. > This issue is because of some changes in the loader that have not been > added to the documentation. > Please read my bug report: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261311 Thanks a lot for the quick response. I can confirm that the patch D34509 fixes this. Fabian