uefi-x86.conf 519 B

123456789101112131415
  1. #
  2. # SPDX-License-Identifier: GPL-2.0
  3. #
  4. # Copyright (c) 2013-2023 Igor Pecovnik, igor@armbian.com
  5. #
  6. # This file is a part of the Armbian Build Framework
  7. # https://github.com/armbian/build/
  8. #
  9. # Important: LINUXFAMILY and ARCH are defined _before_ including the common family include
  10. [[ "$BUILD_DESKTOP" == yes && "$RELEASE" == jammy ]] && enable_extension "nvidia"
  11. export UEFI_GRUB_TERMINAL="gfxterm"
  12. export LINUXFAMILY="x86"
  13. export ARCH="amd64"
  14. source "${BASH_SOURCE%/*}/include/uefi_common.inc"
  15. enable_extension "grub"