mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
build_library: make arm64 grub file name match x86_64
This commit is contained in:
parent
bb800cff86
commit
d935a8aca0
@ -62,7 +62,7 @@ case "${FLAGS_target}" in
|
|||||||
;;
|
;;
|
||||||
arm64-efi)
|
arm64-efi)
|
||||||
CORE_MODULES+=( serial efi_gop getenv smbios efinet verify http )
|
CORE_MODULES+=( serial efi_gop getenv smbios efinet verify http )
|
||||||
CORE_NAME="core-arm64.efi"
|
CORE_NAME="core.efi"
|
||||||
BOARD_GRUB=1
|
BOARD_GRUB=1
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user