From 92e6c54dc9e7af31fb6376196a2439c29ed43145 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Mon, 18 Mar 2024 14:45:31 -0700 Subject: [PATCH] Invert check for whether to include casper since the "yes" list is now much shorter than the "no" list --- debian/changelog | 7 +++++++ live-build/auto/config | 6 +----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index fa2821be..422112f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (24.04.62) UNRELEASED; urgency=medium + + * Invert check for whether to include casper since the "yes" list is now + much shorter than the "no" list + + -- Steve Langasek Mon, 18 Mar 2024 14:44:32 -0700 + livecd-rootfs (24.04.61) noble; urgency=medium * Fix the UC24 builds: use --snap instead of --extra-snaps. diff --git a/live-build/auto/config b/live-build/auto/config index 3ccf349d..4a7a0810 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -558,11 +558,7 @@ case $IMAGEFORMAT in ;; *) case $PROJECT in - ubuntu-server|ubuntu-wsl|ubuntu-oem|ubuntu|\ - ubuntu-budgie|ubuntustudio-dvd|edubuntu|ubuntucinnamon|xubuntu|\ - ubuntukylin|ubuntu-mate) - ;; - *) + kubuntu|lubuntu|ubuntu-unity) add_package live casper ;; esac