diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-02-28 23:09:06 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-02-28 23:10:02 +0000 |
commit | fa538bdbc631681c0234a607b43543efd1f56a57 (patch) | |
tree | fc24f610206c1afd5efdfdeaf6830ef724285fdd /src/config/console.h | |
parent | 3a5823a12684a537b2804e37f86cac0cad1436b4 (diff) | |
download | ipxe-fa538bdbc631681c0234a607b43543efd1f56a57.tar.gz |
[vmware] Add VMware logfile console (CONSOLE_VMWARE)
Allow iPXE console output to be sent to the VMware logfile via the
GuestRPC mechanism.
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 afc89569..bf7ea050 100644 --- a/src/config/console.h +++ b/src/config/console.h @@ -20,6 +20,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); //#define CONSOLE_BTEXT /* Who knows what this does? */ //#define CONSOLE_PC_KBD /* Direct access to PC keyboard */ //#define CONSOLE_SYSLOG /* Syslog console */ +//#define CONSOLE_VMWARE /* VMware logfile console */ #define KEYBOARD_MAP us |