From: Keir Fraser Date: Fri, 29 Oct 2010 09:17:07 +0000 (+0100) Subject: hvmloader: Configure gPXE to use serial console X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11315 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=708261e4969bbc47a88921e85e07a91549c8e27e;p=xen.git hvmloader: Configure gPXE to use serial console Sometimes we would rather connect to an HVM's serial console than it's VGA display. In this case we cannot see or interact with the ethernet booting process. This is a bit annoying so let's just enable it. Signed-off-by: Gianni Tedesco --- diff --git a/tools/firmware/etherboot/Config b/tools/firmware/etherboot/Config index 5ce08bb903..143914f135 100644 --- a/tools/firmware/etherboot/Config +++ b/tools/firmware/etherboot/Config @@ -6,3 +6,6 @@ CFLAGS += -DPXE_DHCP_STRICT CFLAGS += -UNO_POST_PROMPT CFLAGS += -DNO_POST_PROMPT + +CFLAGS += -UCONSOLE_SERIAL +CFLAGS += -DCONSOLE_SERIAL=1