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