mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
riscv64: enable support in Debian Trixie, enable UEFI grub
This commit is contained in:
@@ -1 +1 @@
|
||||
arm64,armhf,amd64
|
||||
arm64,armhf,riscv64,amd64
|
||||
|
||||
@@ -19,10 +19,6 @@ function extension_prepare_config__prepare_grub-riscv64() {
|
||||
declare -g EXTRA_BSP_NAME="${EXTRA_BSP_NAME}-grub" # Unique bsp name.
|
||||
declare -g UEFI_GRUB_TARGET="riscv64-efi" # Default for x86_64
|
||||
|
||||
if [[ "${DISTRIBUTION}" != "Ubuntu" && "${BUILDING_IMAGE}" == "yes" ]]; then
|
||||
exit_with_error "Extension: ${EXTENSION}: ${DISTRIBUTION} is not supported yet"
|
||||
fi
|
||||
|
||||
add_packages_to_image efibootmgr efivar cloud-initramfs-growroot busybox os-prober "grub-efi-${ARCH}-bin" "grub-efi-${ARCH}"
|
||||
|
||||
display_alert "Activating" "GRUB with SERIALCON=${SERIALCON}; timeout ${UEFI_GRUB_TIMEOUT}; target=${UEFI_GRUB_TARGET}" ""
|
||||
|
||||
Reference in New Issue
Block a user