From 30a442aef8ef1431be21e53e2265bfeb85403b60 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 3 Jul 2007 15:57:32 +0100 Subject: [PATCH] Report our interface type as "gPXE" to avoid working around Etherboot 5.4 bugs when driving ourselves via UNDI. --- src/interface/pxe/pxe_undi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface/pxe/pxe_undi.c b/src/interface/pxe/pxe_undi.c index 468dafc4..33de8117 100644 --- a/src/interface/pxe/pxe_undi.c +++ b/src/interface/pxe/pxe_undi.c @@ -480,7 +480,7 @@ PXENV_EXIT_t pxenv_undi_get_iface_info ( struct s_PXENV_UNDI_GET_IFACE_INFO * Most PXE stacks seem to take this approach. */ snprintf ( ( char * ) undi_get_iface_info->IfaceType, - sizeof ( undi_get_iface_info->IfaceType ), "Etherboot" ); + sizeof ( undi_get_iface_info->IfaceType ), "gPXE" ); undi_get_iface_info->LinkSpeed = 10000000; /* 10 Mbps */ undi_get_iface_info->ServiceFlags = 0; memset ( undi_get_iface_info->Reserved, 0,