From d825f9a9683c0d7996f532223c43c14f30b411b9 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 3 Jan 2025 09:34:42 +0000 Subject: rom.sh: Remove errant GRUB modules check This check is a good idea, but not viable here, because the modules naturally aren't set in all circumstances, so it just causes a build error. Signed-off-by: Leah Rowe --- include/rom.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/include/rom.sh b/include/rom.sh index 6c1d2b05..2a7bc837 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -45,7 +45,6 @@ mkpayload_grub() { eval "`setvars "" grub_modules grub_install_modules`" $dry eval "`setcfg "$grubdata/module/$tree"`" - $dry chkvars grub_modules grub_install_modules $dry x_ rm -f "$srcdir/grub.elf"; $dry \ "$srcdir/grub-mkstandalone" --grub-mkimage="$srcdir/grub-mkimage" \ -O i386-coreboot -o "$srcdir/grub.elf" -d "${srcdir}/grub-core/" \ -- cgit v1.2.1