summaryrefslogtreecommitdiff
path: root/config/coreboot/x60/target.cfg
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-15 22:53:34 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-15 23:15:27 +0100
commit340eea0b1cd445feb7134eae4211f469fd6f5d2a (patch)
treeebab8cb6434222d273046eb2dd4f9b3b5f2c0c42 /config/coreboot/x60/target.cfg
parented9c90e59d959bab544598d330c724e44afcc096 (diff)
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 <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/x60/target.cfg')
-rw-r--r--config/coreboot/x60/target.cfg1
1 files changed, 0 insertions, 1 deletions
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"