mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
grub-efi: add configfile as default built-in
The module configfile allows loading a custom grub configuration file from block devices, which can be used to customize the default grub menu when creating images with wic (via configfile argument). (From OE-Core rev: 6b297ccf04683380d0a894253a78424f4398782d) Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
18b862304b
commit
d00c35a181
@@ -54,7 +54,7 @@ do_install_class-target() {
|
||||
}
|
||||
|
||||
GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \
|
||||
efi_gop iso9660 search loadenv test"
|
||||
efi_gop iso9660 configfile search loadenv test"
|
||||
|
||||
do_deploy() {
|
||||
# Search for the grub.cfg on the local boot media by using the
|
||||
|
||||
Reference in New Issue
Block a user