From 95b37dcb8ca826272b988194ebf3b0f62a997427 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Thu, 27 Jul 2023 18:21:33 -0600 Subject: [PATCH] budgie: KERNEL_FLAVOURS=none --- debian/changelog | 4 ++-- live-build/auto/config | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 80a9e0e2..ccadf03a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ livecd-rootfs (23.10.9) mantic; urgency=medium - * desktop: no need to include the kernel directly, it is installed at - runtime (LP: #2026225) + * desktop, budgie: no need to include the kernel directly, it is installed + at runtime (LP: #2026225) -- Dan Bungert Wed, 02 Aug 2023 13:16:00 -0600 diff --git a/live-build/auto/config b/live-build/auto/config index 24cf03c5..e440c459 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -923,7 +923,9 @@ case $PROJECT in *) # By default Ubuntu Budgie now ships the new installer. 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-budgie-desktop-minimal ubuntu-budgie-desktop-minimal-default-languages add_task minimal.standard ubuntu-budgie-desktop ubuntu-budgie-desktop-default-languages add_task minimal.standard.live ubuntu-budgie-live