mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-28 06:59:03 +02:00
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>
12 lines
242 B
INI
12 lines
242 B
INI
tree="default"
|
|
romtype="i945 laptop"
|
|
arch="x86_32"
|
|
payload_grub="y"
|
|
payload_grub_withseabios="y"
|
|
payload_seabios="y"
|
|
payload_memtest="y"
|
|
grub_scan_disk="ahci"
|
|
microcode_required="n"
|
|
blobs_required="n"
|
|
grub_background="background1024x768.png"
|