mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
[syslog] Add support for sending console output to a syslog server
Originally-implemented-by: Anselm Martin Hoffmeister <anselm@hoffmeister.be> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -19,6 +19,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
//#define CONSOLE_DIRECT_VGA /* Direct access to VGA card */
|
||||
//#define CONSOLE_BTEXT /* Who knows what this does? */
|
||||
//#define CONSOLE_PC_KBD /* Direct access to PC keyboard */
|
||||
//#define CONSOLE_SYSLOG /* Syslog console */
|
||||
|
||||
#include <config/local/console.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user