Switch Ubuntu desktop to only hwe-20.04 kernel flavour.

This commit is contained in:
Dimitri John Ledkov 2020-04-16 01:30:31 +01:00
parent f93108006f
commit 56ac1865f7
3 changed files with 8 additions and 7 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.662) UNRELEASED; urgency=medium
* Switch Ubuntu desktop to only hwe-20.04 kernel flavour.
-- Dimitri John Ledkov <xnox@ubuntu.com> Wed, 15 Apr 2020 13:11:35 +0100
livecd-rootfs (2.660) focal; urgency=medium
* Remove dependencies on qemu-utils and snapd on riscv64, we don't have

View File

@ -820,7 +820,7 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
continue
fi
case $FLAVOUR in
virtual)
virtual|generic-hwe-*)
FLAVOUR="generic"
;;
oem-*)

View File

@ -581,12 +581,7 @@ case $PROJECT in
LIVE_TASK='ubuntu-live'
add_task install minimal standard ubuntu-desktop
add_task live ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages
KERNEL_FLAVOURS='generic'
case $ARCH in
amd64)
KERNEL_FLAVOURS='generic oem-20.04'
;;
esac
KERNEL_FLAVOURS='generic-hwe-20.04'
;;
esac
;;