Ship two kernel flavours on desktop image.

This commit is contained in:
Dimitri John Ledkov 2019-12-09 14:47:08 +00:00
parent 39f675eaf6
commit 3551fc1a02
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ livecd-rootfs (2.630) UNRELEASED; urgency=medium
* Drop installing dummy transitional linux-signed-generic, these days
linux-generic is always signed, on arches that need/support it.
* Ship two kernel flavours on desktop image.
-- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 09 Dec 2019 14:21:08 +0000

View File

@ -542,6 +542,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 oem'
;;
esac
;;