mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
Merge pull request #520 from mischief/grub-arm64-efi
build_library: enable extra modules for arm64-efi
This commit is contained in:
commit
25bb8eeab7
@ -50,7 +50,7 @@ case "${FLAGS_target}" in
|
||||
CORE_NAME="core.elf"
|
||||
;;
|
||||
arm64-efi)
|
||||
CORE_MODULES+=( serial efi_gop )
|
||||
CORE_MODULES+=( serial efi_gop getenv smbios efinet verify http )
|
||||
CORE_NAME="core-arm64.efi"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user