소스 검색

Report our interface type as "gPXE" to avoid working around Etherboot

5.4 bugs when driving ourselves via UNDI.
tags/v0.9.3
Michael Brown 17 년 전
부모
커밋
30a442aef8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/interface/pxe/pxe_undi.c

+ 1
- 1
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
480 480
 	 * Most PXE stacks seem to take this approach.
481 481
 	 */
482 482
 	snprintf ( ( char * ) undi_get_iface_info->IfaceType,
483
-		   sizeof ( undi_get_iface_info->IfaceType ), "Etherboot" );
483
+		   sizeof ( undi_get_iface_info->IfaceType ), "gPXE" );
484 484
 	undi_get_iface_info->LinkSpeed = 10000000; /* 10 Mbps */
485 485
 	undi_get_iface_info->ServiceFlags = 0;
486 486
 	memset ( undi_get_iface_info->Reserved, 0,

Loading…
취소
저장