Change grub-mkrescue to use bootaa64.efi too
Also add ChangeLog entry for previous change.
This commit is contained in:
parent
94cee4a4c2
commit
e7cfa8d5e1
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2014-01-07 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* util/grub-install.c: Use bootaa64.efi instead of bootaarch64.efi on
|
||||
arm64 to comply with EFI specification. Also use grubaa64.efi for
|
||||
consistency.
|
||||
* util/grub-mkrescue.c: Change to use bootaa64.efi too.
|
||||
|
||||
2014-01-07 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* include/grub/osdep/hostfile_windows.h: Do not redefine fseeko/ftello
|
||||
|
|
|
@ -663,7 +663,7 @@ main (int argc, char *argv[])
|
|||
make_image_fwdisk_abs (GRUB_INSTALL_PLATFORM_ARM_EFI, "arm-efi", imgname);
|
||||
free (imgname);
|
||||
|
||||
imgname = grub_util_path_concat (2, efidir_efi_boot, "bootaarch64.efi");
|
||||
imgname = grub_util_path_concat (2, efidir_efi_boot, "bootaa64.efi");
|
||||
make_image_fwdisk_abs (GRUB_INSTALL_PLATFORM_ARM64_EFI, "arm64-efi",
|
||||
imgname);
|
||||
free (imgname);
|
||||
|
|
Loading…
Reference in a new issue