mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-06-06 22:57:20 +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>
10 lines
197 B
INI
10 lines
197 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"
|
|
vcfg="sandybridge"
|
|
payload_uboot="amd64"
|