aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2011-03-10 05:33:45 +0000
committerMichael Brown <mcb30@ipxe.org>2011-03-10 05:36:31 +0000
commite49d81689c3426560acc84d6f7ef9fa231304169 (patch)
tree1f70ead6f0117eca8dcd35c635119652ab8f8a71 /src/config
parent1c0ff6e1a720907f9211f43d4d8d9fc18d522348 (diff)
downloadipxe-e49d81689c3426560acc84d6f7ef9fa231304169.zip
ipxe-e49d81689c3426560acc84d6f7ef9fa231304169.tar.gz
ipxe-e49d81689c3426560acc84d6f7ef9fa231304169.tar.bz2
[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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/console.h b/src/config/console.h
index 586e371..dd1d746 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>