diff --git a/debian/changelog b/debian/changelog index a31f4590..b568886a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ livecd-rootfs (2.525.45) UNRELEASED; urgency=medium + [ Francis Ginther ] + * Use the linux-raspi-hwe-18.04 kernel for raspi3 classic image builds. + + [ Michael Hudson-Doyle ] * Backport snap seeding and other fixes for live-server ISOs. (LP: #1883156) * Stop building and mounting the mass-rack and maas-region squashfses for the server-live build as subiquity does not use them any more. diff --git a/live-build/auto/config b/live-build/auto/config index 03d88193..5534cc91 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -906,7 +906,7 @@ case $ARCH in ;; raspi3) COMPONENTS='main restricted universe multiverse' - KERNEL_FLAVOURS=raspi2-hwe-18.04 + KERNEL_FLAVOURS=raspi-hwe-18.04 add_package install linux-firmware-raspi2 u-boot-rpi flash-kernel u-boot-tools wpasupplicant BINARY_REMOVE_LINUX=false ;;