Finish the rename of FK_FORCE_CONTAINER into FK_FORCE. (LP: #1989194)

ubuntu/kinetic
Brian Murray 2 years ago
parent d06b5bdd20
commit 151f73e8b0

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.791) UNRELEASED; urgency=medium
* Finish the rename of FK_FORCE_CONTAINER into FK_FORCE. (LP: #1989194)
-- Brian Murray <brian@ubuntu.com> Mon, 17 Oct 2022 13:01:01 -0700
livecd-rootfs (2.790) kinetic; urgency=medium
* riscv: reduce the size of the intird for Nezha and LicheeRV

@ -249,7 +249,7 @@ install_grub() {
# This explains why we install flash-kernel here.
chroot mountpoint mkdir -p /etc/flash-kernel/
chroot mountpoint bash -c "echo 'Microchip PolarFire-SoC Icicle Kit' > /etc/flash-kernel/machine"
chroot mountpoint bash -c 'FK_FORCE_CONTAINER=yes apt-get install -qqy grub-efi-riscv64 flash-kernel'
chroot mountpoint bash -c 'FK_FORCE=yes apt-get install -qqy grub-efi-riscv64 flash-kernel'
efi_target=riscv64-efi
# The real U-Boot
chroot mountpoint apt-get install -qqy u-boot-microchip

Loading…
Cancel
Save