mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-19 23:03:00 +00:00
Finish the rename of FK_FORCE_CONTAINER into FK_FORCE. (LP: #1989194)
This commit is contained in:
parent
d06b5bdd20
commit
151f73e8b0
6
debian/changelog
vendored
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
|
livecd-rootfs (2.790) kinetic; urgency=medium
|
||||||
|
|
||||||
* riscv: reduce the size of the intird for Nezha and LicheeRV
|
* 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.
|
# This explains why we install flash-kernel here.
|
||||||
chroot mountpoint mkdir -p /etc/flash-kernel/
|
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 "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
|
efi_target=riscv64-efi
|
||||||
# The real U-Boot
|
# The real U-Boot
|
||||||
chroot mountpoint apt-get install -qqy u-boot-microchip
|
chroot mountpoint apt-get install -qqy u-boot-microchip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user