3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-29 03:41:21 +00:00

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
debian
live-build/auto

6
debian/changelog vendored

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

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