summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
authorMichael Brown2012-02-29 00:09:06 +0100
committerMichael Brown2012-02-29 00:10:02 +0100
commitfa538bdbc631681c0234a607b43543efd1f56a57 (patch)
treefc24f610206c1afd5efdfdeaf6830ef724285fdd /src/config/config.c
parent[vmware] Add GuestRPC mechanism (diff)
downloadipxe-fa538bdbc631681c0234a607b43543efd1f56a57.tar.gz
ipxe-fa538bdbc631681c0234a607b43543efd1f56a57.tar.xz
ipxe-fa538bdbc631681c0234a607b43543efd1f56a57.zip
[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/config.c')
-rw-r--r--src/config/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 2c3555ea..bdf6b5ce 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -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