From 52ce21a5ab8e291850736a45f413ffad47b2f9a5 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Thu, 1 Feb 2024 19:15:17 +0530 Subject: [PATCH] grub_install.sh: ship mokmanager, and rename to grubx64 Signed-off-by: Sayan Chowdhury --- build_library/grub_install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build_library/grub_install.sh b/build_library/grub_install.sh index 63036bb0fb..7160059140 100755 --- a/build_library/grub_install.sh +++ b/build_library/grub_install.sh @@ -218,9 +218,11 @@ case "${FLAGS_target}" in "/usr/lib/shim/shim.efi" else sudo cp "${ESP_DIR}/${GRUB_DIR}/${CORE_NAME}" \ - "${ESP_DIR}/EFI/boot/grub.efi" + "${ESP_DIR}/EFI/boot/grubx64.efi" sudo cp "/usr/lib/shim/shim.efi" \ "${ESP_DIR}/EFI/boot/bootx64.efi" + sudo cp "/usr/lib/shim/mmx64.efi" \ + "${ESP_DIR}/EFI/boot/mmx64.efi" fi # copying from vfat so ignore permissions if [[ -n "${FLAGS_copy_efi_grub}" ]]; then