Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Populate loaded image parent handle, see about having elilo reference…
… that for it's needs
  • Loading branch information
Jarrod Johnson authored and Jarrod Johnson committed Aug 12, 2011
1 parent 45a51f9 commit a847390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/image/efi_image.c
Expand Up @@ -150,6 +150,7 @@ static int efi_image_exec ( struct image *image ) {
/* Pass an IPXE download protocol to the image */
rc = efi_download_install ( &device_handle );
loaded_image->DeviceHandle = device_handle;
loaded_image->ParentHandle = efi_loaded_image;
rc = efi_image_make_cmdline ( image, &loaded_image->FilePath,&loaded_image->LoadOptions,&loaded_image->LoadOptionsSize );


Expand Down

0 comments on commit a847390

Please sign in to comment.