We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85d646 commit 136f9ebCopy full SHA for 136f9eb
util/grub-mkrescue.c
@@ -830,7 +830,7 @@ main (int argc, char *argv[])
830
make_image_abs (GRUB_INSTALL_PLATFORM_RISCV64_EFI, "riscv64-efi", imgname);
831
free (imgname);
832
833
- imgname = grub_util_path_concat (2, efidir_efi_boot, "bootmips64el.efi");
+ imgname = grub_util_path_concat (2, efidir_efi_boot, "BOOTMIPS.EFI");
834
make_image_abs (GRUB_INSTALL_PLATFORM_MIPS64EL_EFI, "mips64el-efi", imgname);
835
836
0 commit comments