diff --git a/debian/changelog b/debian/changelog index d61ded13..acfb0f32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.638) UNRELEASED; urgency=medium + + * Install oem-20.04 kernel flavour on Ubuntu Desktop builds. + + -- Dimitri John Ledkov 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 diff --git a/live-build/auto/config b/live-build/auto/config index 123466f2..3f1dcdb6 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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 ;;