mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
[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>
This commit is contained in:
@@ -86,6 +86,9 @@ REQUIRE_OBJECT ( efi_console );
|
||||
#ifdef CONSOLE_LINUX
|
||||
REQUIRE_OBJECT ( linux_console );
|
||||
#endif
|
||||
#ifdef CONSOLE_VMWARE
|
||||
REQUIRE_OBJECT ( vmconsole );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested network protocols
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user