If we build grub without network modules then the system will fail to boot via network.
Signed-off-by: Pawel Zalewski pzalewski@thegoodpenguin.co.uk --- meta-morello/recipes-bsp/grub/grub-efi_2.%.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-morello/recipes-bsp/grub/grub-efi_2.%.bbappend b/meta-morello/recipes-bsp/grub/grub-efi_2.%.bbappend index fa9680e..6a3635b 100644 --- a/meta-morello/recipes-bsp/grub/grub-efi_2.%.bbappend +++ b/meta-morello/recipes-bsp/grub/grub-efi_2.%.bbappend @@ -1,8 +1,8 @@
-GRUB_BUILDIN:morello-soc = " boot chain configfile ext2 fat gzio help linux loadenv \ - lsefi normal ntfs ntfscomp part_gpt part_msdos progress read search \ - search_fs_file search_fs_uuid search_label terminal terminfo \ +GRUB_BUILDIN:morello-soc = " boot chain configfile ext2 fat gzio help http linux loadenv \ + lsefi normal net ntfs ntfscomp part_gpt part_msdos progress read search \ + search_fs_file search_fs_uuid search_label terminal terminfo tftp \ "
GRUB_BUILDIN:morello-fvp = " boot chain configfile ext2 fat gzio help linux loadenv \