diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-05 00:50:08 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-05 00:53:28 +0100 |
commit | 15081ed9efc54c69d5600dd0379ee16eb271df89 (patch) | |
tree | 0bf3de02690ef01810b91beb4b0a57765cbdcde1 /config/coreboot/x60_16mb | |
parent | 0d315c3a4eb75474b8753d3a51fb1ddd7382a3ea (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/x60_16mb')
-rw-r--r-- | config/coreboot/x60_16mb/target.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coreboot/x60_16mb/target.cfg b/config/coreboot/x60_16mb/target.cfg index 80a956c7..8a159ad6 100644 --- a/config/coreboot/x60_16mb/target.cfg +++ b/config/coreboot/x60_16mb/target.cfg @@ -8,3 +8,4 @@ payload_memtest="y" grub_scan_disk="ahci" microcode_required="n" blobs_required="n" +grub_background="background1024x768.png" |