From 83bb9c8960a2e62d54f99b3ac38c3cb7b66df93a Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 18 Oct 2022 19:39:52 +0200 Subject: [PATCH] add U-Boot support for aarch64 in setup script --- usr/lib/archboot/installer/bootloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index 8625e2cc1..30f70b8c8 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -1001,7 +1001,7 @@ do_uboot() { _KERNEL_PARAMS_COMMON_UNMOD="root=${_rootpart} rootfstype=${ROOTFS} rw ${ROOTFLAGS} ${RAIDARRAYS} ${CRYPTSETUP}" _KERNEL_PARAMS_COMMON_MOD="$(echo "${_KERNEL_PARAMS_COMMON_UNMOD}" | sed -e 's# # #g' | sed -e 's# # #g')" [[ "${_RUNNING_ARCH}" == "aarch64" ]] _TITLE="ARM 64" - [[ "${_RUNNING_ARCH}" == "aarch64" ]] _TITLE="RISC-V 64" + [[ "${_RUNNING_ARCH}" == "riscv64" ]] _TITLE="RISC-V 64" # write extlinux.conf DIALOG --infobox "Installing UBOOT..." 0 0 cat << EOF >> "${DESTDIR}/boot/extlinux/extlinux.conf"