From 6010b5de5e03d88a7bb018c60aaa4fb273af0e90 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Thu, 27 Jul 2023 18:15:36 -0600 Subject: [PATCH] desktop: KERNEL_FLAVOURS=none no need to include the kernel directly, it is installed at runtime (LP: #2026225) --- debian/changelog | 7 +++++++ live-build/auto/config | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7d01eb77..80a9e0e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (23.10.9) mantic; urgency=medium + + * desktop: no need to include the kernel directly, it is installed at + runtime (LP: #2026225) + + -- Dan Bungert Wed, 02 Aug 2023 13:16:00 -0600 + livecd-rootfs (23.10.8) mantic; urgency=medium [ Heinrich Schuchardt ] diff --git a/live-build/auto/config b/live-build/auto/config index b5c722a4..24cf03c5 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -784,7 +784,9 @@ case $PROJECT in *) touch config/universe-enabled PASSES_TO_LAYERS="true" - KERNEL_FLAVOURS='generic-hwe-22.04' + OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none" + KERNEL_FLAVOURS=none + BINARY_REMOVE_LINUX=false add_task minimal minimal standard ubuntu-desktop-minimal ubuntu-desktop-minimal-default-languages add_task minimal.standard ubuntu-desktop ubuntu-desktop-default-languages add_task minimal.standard.live ubuntu-live