mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
some users reported build errors. technically, there's nothing wrong with lbmk but it relies on hostcc, and hostcc is hit or miss when it comes to cross compiling 32-bit, depending on the build system of whatever project. lbmk needs to handle cross compilation. for now, i'm just disabling memtest86plus on non-64-bit hosts. Signed-off-by: Leah Rowe <leah@libreboot.org>
11 lines
219 B
INI
11 lines
219 B
INI
tree="default"
|
|
romtype="i945 laptop"
|
|
arch="x86_32"
|
|
payload_grub="y"
|
|
payload_grub_withseabios="y"
|
|
payload_seabios="y"
|
|
grub_scan_disk="ahci"
|
|
microcode_required="n"
|
|
vendorfiles="n"
|
|
grub_background="background1024x768.png"
|