|
|
@ -268,7 +268,6 @@ install_grub() {
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
riscv64)
|
|
|
|
riscv64)
|
|
|
|
# TODO grub-efi-riscv64 exists, but is not used by all the images yet
|
|
|
|
|
|
|
|
if [ -n "${SUBARCH:-}" ]; then
|
|
|
|
if [ -n "${SUBARCH:-}" ]; then
|
|
|
|
# Per-device images
|
|
|
|
# Per-device images
|
|
|
|
local my_d=$(dirname $(readlink -f ${0}))
|
|
|
|
local my_d=$(dirname $(readlink -f ${0}))
|
|
|
@ -451,7 +450,7 @@ EOF
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|
else
|
|
|
|
else
|
|
|
|
# Other images e.g. cloud images
|
|
|
|
# Other images e.g. cloud images
|
|
|
|
chroot mountpoint apt-get install -qqy u-boot-menu #grub-efi-riscv64
|
|
|
|
chroot mountpoint apt-get install -qqy u-boot-menu grub-efi-riscv64
|
|
|
|
efi_target=riscv64-efi
|
|
|
|
efi_target=riscv64-efi
|
|
|
|
|
|
|
|
|
|
|
|
chroot mountpoint u-boot-update
|
|
|
|
chroot mountpoint u-boot-update
|
|
|
|