diff --git a/debian/changelog b/debian/changelog index 891b5ecf..45b331e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.784) UNRELEASED; urgency=medium + + * Don't set a desktop base seed for ubuntu-base or ubuntu-core. + + -- Steve Langasek Sun, 25 Sep 2022 01:40:22 -0700 + livecd-rootfs (2.783) kinetic; urgency=medium [ Alexandre Ghiti ] diff --git a/live-build/auto/config b/live-build/auto/config index debd3b1d..f50601f4 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -1034,6 +1034,8 @@ case $PROJECT:${SUBPROJECT:-} in ubuntu-server:live) BASE_SEED='server' ;; + ubuntu-base:*|ubuntu-core:*) + ;; *) BASE_SEED='desktop' ;;