mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-07-30 01:12:27 +01:00

define it with a single variable, rather than several. this allows several checks to be greatly simplified. Signed-off-by: Leah Rowe <leah@libreboot.org>
9 lines
178 B
INI
9 lines
178 B
INI
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
tree="default"
|
|
xarch="i386-elf"
|
|
payload_seabios="y"
|
|
payload_grub="y"
|
|
payload_memtest="y"
|
|
grub_scan_disk="ahci"
|
|
payload_uboot="amd64"
|