Install oem-20.04 kernel flavour on Ubuntu Desktop builds.

This commit is contained in:
Dimitri John Ledkov 2020-01-28 15:05:36 +00:00
parent e6fd34b54d
commit f6ca600af2
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.638) UNRELEASED; urgency=medium
* Install oem-20.04 kernel flavour on Ubuntu Desktop builds.
-- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 28 Jan 2020 15:05:09 +0000
livecd-rootfs (2.637) focal; urgency=medium
* Ensure seed partition is mounted on no-cloud images which use system-boot

View File

@ -552,7 +552,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'
KERNEL_FLAVOURS='generic oem-20.04'
;;
esac
;;