8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
# x86_64 via UEFI/BIOS for all boards
|
|
declare -g BOARD_NAME="UEFI x86"
|
|
declare -g BOARDFAMILY="uefi-x86"
|
|
declare -g BOARD_MAINTAINER="rpardini"
|
|
declare -g KERNEL_TARGET="legacy,current,edge"
|
|
|
|
declare -g BOOT_LOGO=desktop
|