]> code.delx.au - refind/blobdiff - refind/mok.c
Fixed ELILO-in-Secure-Boot bug and bug that caused hangs of the EFI
[refind] / refind / mok.c
index d97d8773075a41afcb7c1a331ea0fa1fa5a7fe8b..091028abcb9f2b3677f47432c96091caf2cd714f 100644 (file)
@@ -436,7 +436,7 @@ static EFI_STATUS handle_image (void *data, unsigned int datasize, EFI_LOADED_IM
     * disk, and its load options, so fix up the loaded image protocol values
     */
    DevicePath = FileDevicePath(NULL, FileName);
-   DevicePath = FileDevicePath(DeviceVolume->DeviceHandle, FileName);
+//   DevicePath = FileDevicePath(DeviceVolume->DeviceHandle, FileName);
    li->DeviceHandle = DeviceVolume->DeviceHandle;
    li->FilePath = DevicePath;
    li->LoadOptionsSize = ((UINT32)StrLen(Options) + 1) * sizeof(CHAR16);