6 lines
269 B
Plaintext
6 lines
269 B
Plaintext
# Important: LINUXFAMILY and ARCH are defined _before_ including the common family include
|
|
[[ "$BUILD_DESKTOP" == yes && "$RELEASE" == jammy ]] && enable_extension "nvidia"
|
|
export LINUXFAMILY="x86"
|
|
export ARCH="amd64"
|
|
source "${BASH_SOURCE%/*}/include/uefi_common.inc"
|