From 3551fc1a02ac04f8b834ffdb654cb5658f352006 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Mon, 9 Dec 2019 14:47:08 +0000 Subject: [PATCH] Ship two kernel flavours on desktop image. --- debian/changelog | 1 + live-build/auto/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9826cd72..9cdf1062 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 09 Dec 2019 14:21:08 +0000 diff --git a/live-build/auto/config b/live-build/auto/config index e35cf8ca..c267028f 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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 ;;