mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 05:11:31 +00:00
Cherry pick fix for unmatched boot image build fix from kinetic.
This commit is contained in:
parent
9687f1d216
commit
84e7e03bf2
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
|||||||
|
livecd-rootfs (2.765.6) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Alexandre Ghiti ]
|
||||||
|
* Fix SiFive Unmatched build. While merging the VisionFive support, we
|
||||||
|
removed the installation of u-boot-menu for the Unmatched by mistake
|
||||||
|
(LP: #1982735).
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Mon, 25 Jul 2022 10:24:08 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.765.5) jammy; urgency=medium
|
livecd-rootfs (2.765.5) jammy; urgency=medium
|
||||||
|
|
||||||
* Add support for the VisionFive and the Nezha boards (LP: #1980935)
|
* Add support for the VisionFive and the Nezha boards (LP: #1980935)
|
||||||
|
@ -304,6 +304,9 @@ EOF
|
|||||||
setup_cinocloud mountpoint
|
setup_cinocloud mountpoint
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
chroot mountpoint apt-get install -qqy u-boot-menu #grub-efi-riscv64
|
||||||
|
efi_target=riscv64-efi
|
||||||
|
chroot mountpoint u-boot-update
|
||||||
u_boot_arch="${SUBARCH}"
|
u_boot_arch="${SUBARCH}"
|
||||||
if [ "${u_boot_arch}" = "hifive" ]; then
|
if [ "${u_boot_arch}" = "hifive" ]; then
|
||||||
u_boot_arch=sifive_fu540
|
u_boot_arch=sifive_fu540
|
||||||
|
Loading…
x
Reference in New Issue
Block a user