summaryrefslogtreecommitdiff
path: root/config/coreboot/t60_16mb_intelgpu
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-09-05 00:50:08 +0100
committerLeah Rowe <leah@libreboot.org>2023-09-05 00:53:28 +0100
commit15081ed9efc54c69d5600dd0379ee16eb271df89 (patch)
tree0bf3de02690ef01810b91beb4b0a57765cbdcde1 /config/coreboot/t60_16mb_intelgpu
parent0d315c3a4eb75474b8753d3a51fb1ddd7382a3ea (diff)
grub: make backgrounds configurable in target.cfg
now under coreboot mainboards, target.cfg can specify a background. if not specified, the 1280x800 one is assumed, and used by default. it can be overridden. the path should be relative to: config/grub/background/ Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/t60_16mb_intelgpu')
-rw-r--r--config/coreboot/t60_16mb_intelgpu/target.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coreboot/t60_16mb_intelgpu/target.cfg b/config/coreboot/t60_16mb_intelgpu/target.cfg
index 80a956c7..8a159ad6 100644
--- a/config/coreboot/t60_16mb_intelgpu/target.cfg
+++ b/config/coreboot/t60_16mb_intelgpu/target.cfg
@@ -8,3 +8,4 @@ payload_memtest="y"
grub_scan_disk="ahci"
microcode_required="n"
blobs_required="n"
+grub_background="background1024x768.png"