From 998c932dbd26244a3e9fa2b8935c98b2c3d07010 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 17 Feb 2012 00:13:14 +0000 Subject: [PATCH] Change proxy dhcp to point to the place where genimage puts bootmgfw.efi git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11599 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- src/proxydhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxydhcp.c b/src/proxydhcp.c index a1db3d68d..530fcfad4 100644 --- a/src/proxydhcp.c +++ b/src/proxydhcp.c @@ -66,7 +66,7 @@ int main() { clientpacket[0x16] = (myip>>8)&0xff; clientpacket[0x17] = (myip)&0xff; txtptr = clientpacket+0x6c; - strncpy(txtptr,"bootmgfw.efi",128); // keeping 128 in there just in case someone changes the string + strncpy(txtptr,"Boot/bootmgfw.efi",128); // keeping 128 in there just in case someone changes the string clientpacket[0xf0]=0x35; //DHCP MSG type clientpacket[0xf1]=0x1; // LEN of 1 clientpacket[0xf2]=0x5; //DHCP ACK