Merge branch 'feature/move-to-raspi-hwe-18.04' of https://git.launchpad.net/~fginther/livecd-rootfs into ubuntu/bionic

This commit is contained in:
Łukasz 'sil2100' Zemczak 2020-07-28 12:30:27 +02:00
commit 07c17a8258
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View File

@ -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.

View File

@ -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
;;