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
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user