mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
grub_install.sh: ship mokmanager, and rename to grubx64
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
parent
3bc6944409
commit
52ce21a5ab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user