From 912e15c7fc4445cea1e3e314f966a08056754711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 6 Mar 2023 13:06:29 +0100 Subject: [PATCH] Explicitly define the kernel flavor for ubuntucinnamon. --- debian/changelog | 1 + live-build/auto/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6ac9b58f..b46db504 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ livecd-rootfs (2.809) UNRELEASED; urgency=medium seem to be present in the archive yet. Use the metapackage instead, which seems like a better way forward anyway. For the live task, temporarily use a hard-coded list of packages. + * Explicitly define the kernel flavor for ubuntucinnamon. -- Ɓukasz 'sil2100' Zemczak Mon, 06 Mar 2023 11:27:02 +0100 diff --git a/live-build/auto/config b/live-build/auto/config index 2b1ea18e..54510c73 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -796,6 +796,7 @@ case $PROJECT in add_package live zfsutils-linux zfs-initramfs zsys add_package live sssd realmd adcli add_package live gparted cifs-utils + KERNEL_FLAVOURS=generic ;; xubuntu)