]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[debug] Allow debug colourisation to be disabled
authorMichael Brown <mcb30@ipxe.org>
Tue, 12 Jan 2016 15:35:06 +0000 (15:35 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 12 Jan 2016 15:39:14 +0000 (15:39 +0000)
commit47dcd392dcd79d02eec2714696012785dd7a47c9
tree897b26920043eb6975fe535572801ed8205da4d2
parent83c8f2e8e352e676d9951dda58b74e587101c0b4
[debug] Allow debug colourisation to be disabled

Some BIOS console redirection capabilities do not work well with the
colourised debug messages used by iPXE.  We already allow the range of
colours to be controlled via the DBGCOL=... build parameter.  Extend
this syntax to allow DBGCOL=0 to be used to mean "disable colours".

Requested-by: Wissam Shoukair <wissams@mellanox.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping
src/core/debug.c