mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 06:01:41 +02:00
build_library: add linux module to grub for arm64
This commit is contained in:
parent
14e90df8d5
commit
ff124fce3d
@ -61,7 +61,7 @@ case "${FLAGS_target}" in
|
|||||||
CORE_NAME="core.elf"
|
CORE_NAME="core.elf"
|
||||||
;;
|
;;
|
||||||
arm64-efi)
|
arm64-efi)
|
||||||
CORE_MODULES+=( serial efi_gop getenv smbios efinet verify http tftp )
|
CORE_MODULES+=( serial linux efi_gop getenv smbios efinet verify http tftp )
|
||||||
CORE_NAME="core.efi"
|
CORE_NAME="core.efi"
|
||||||
BOARD_GRUB=1
|
BOARD_GRUB=1
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user