diff options
author | Michael Brown <mcb30@ipxe.org> | 2011-03-10 05:33:45 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2011-03-10 05:36:31 +0000 |
commit | e49d81689c3426560acc84d6f7ef9fa231304169 (patch) | |
tree | 1f70ead6f0117eca8dcd35c635119652ab8f8a71 /src/config/console.h | |
parent | 1c0ff6e1a720907f9211f43d4d8d9fc18d522348 (diff) | |
download | ipxe-e49d81689c3426560acc84d6f7ef9fa231304169.tar.gz |
[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>
Diffstat (limited to 'src/config/console.h')
-rw-r--r-- | src/config/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/console.h b/src/config/console.h index 586e37151..dd1d7469c 100644 --- a/src/config/console.h +++ b/src/config/console.h @@ -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> |