livecd-rootfs:fix-riscv64-no-subarch

Last commit made on 2022-07-29
Get this branch:
git clone -b fix-riscv64-no-subarch https://git.launchpad.net/livecd-rootfs
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
fix-riscv64-no-subarch
Repository:
lp:livecd-rootfs

Recent commits

e760da3... by Łukasz Zemczak

When adding the new RISC-V platforms, some of the generic non-SUBARCH code went missing and some invalid assumptions have been made, causing cloud images to fail building.

4d0d9aa... by Brian Murray

releasing package livecd-rootfs version 2.772

b71aeee... by Brian Murray

Add in a changelog entry.

9952959... by Brian Murray

Use default compat for qcow2 images.

This will cause images to be created with more moderm features which
will make our images faster and provide better sparse handling.

e72421d... by Łukasz Zemczak

releasing package livecd-rootfs version 2.771

eec8f59... by Łukasz Zemczak

Make sure that the recent riscv64 changes for our supported devices don't install wpasupplicant on non-SUBARCH builds (like for clouds).

90c5d5c... by Alexandre Ghiti

Add changelog entry

2485e0b... by Alexandre Ghiti

riscv: Install wpasupplicant by default

For now, all RISC-V hardware is SBC-like board which embed a Wifi
chipset so install wpasupplicant by default. We'll certainly split the
seeds between server and embedded hardware later.

Signed-off-by: Alexandre Ghiti <email address hidden>

13ed256... by Michael Hudson-Doyle

Fix some issues with the netboot tarballs:

* Fix some issues with the netboot tarballs:
  - Include the signed shim (oops).
  - Make the kernel path on disk and in the bootloader config match (more
    oops).
  - Make paths more architecture dependent as the code in grubnetXXX.efi to
    probe a platform dependent path first doesn't work.

941cd3c... by Steve Langasek

Remove fwupd from the cloud images. LP: #1981109.