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)