diff options
| author | Michael Brown | 2011-03-10 06:33:45 +0100 |
|---|---|---|
| committer | Michael Brown | 2011-03-10 06:36:31 +0100 |
| commit | e49d81689c3426560acc84d6f7ef9fa231304169 (patch) | |
| tree | 1f70ead6f0117eca8dcd35c635119652ab8f8a71 /src/config | |
| parent | [console] Move include/console.h to include/ipxe/console.h (diff) | |
| download | ipxe-e49d81689c3426560acc84d6f7ef9fa231304169.tar.gz ipxe-e49d81689c3426560acc84d6f7ef9fa231304169.tar.xz ipxe-e49d81689c3426560acc84d6f7ef9fa231304169.zip | |
[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')
| -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> |
