From 340eea0b1cd445feb7134eae4211f469fd6f5d2a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 15 Jun 2024 22:53:34 +0100 Subject: grub: insert background in memdisk instead the background is only a few kb. the whole rationale before was to limit the space used in memdisk, but this decision was made when the background was much bigger; it has since been optimised greatly, and the grub modules were heavily reduce, so it should be safe. grub's memdisk breaks when you add too much data to it. as part of simplifying the rest of lbmk, this change removes some more bloat from the rest of lbmk. handling this in the memdisk is much simpler than handling it with cbfstool. Signed-off-by: Leah Rowe --- config/coreboot/x60/target.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'config/coreboot/x60/target.cfg') diff --git a/config/coreboot/x60/target.cfg b/config/coreboot/x60/target.cfg index 80f93d49..043bd365 100644 --- a/config/coreboot/x60/target.cfg +++ b/config/coreboot/x60/target.cfg @@ -2,5 +2,4 @@ tree="i945" xarch="i386-elf" payload_seabios="y" payload_seabios_withgrub="y" -grub_background="background1024x768.png" grub_scan_disk="ahci" -- cgit v1.2.1