mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-21 21:51:57 +02:00
build_library: add tftp module to grub
This commit is contained in:
parent
9165182212
commit
14e90df8d5
@ -54,14 +54,14 @@ case "${FLAGS_target}" in
|
||||
CORE_NAME="core.img"
|
||||
;;
|
||||
x86_64-efi)
|
||||
CORE_MODULES+=( serial linuxefi efi_gop getenv smbios efinet verify http )
|
||||
CORE_MODULES+=( serial linuxefi efi_gop getenv smbios efinet verify http tftp )
|
||||
CORE_NAME="core.efi"
|
||||
;;
|
||||
x86_64-xen)
|
||||
CORE_NAME="core.elf"
|
||||
;;
|
||||
arm64-efi)
|
||||
CORE_MODULES+=( serial efi_gop getenv smbios efinet verify http )
|
||||
CORE_MODULES+=( serial efi_gop getenv smbios efinet verify http tftp )
|
||||
CORE_NAME="core.efi"
|
||||
BOARD_GRUB=1
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user