From d3d636a6e06c272a6ea9a430d5e6d9619ec4155d Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 25 Sep 2022 01:44:38 -0700 Subject: [PATCH] Don't set a desktop base seed for ubuntu-base or ubuntu-core. --- debian/changelog | 6 ++++++ live-build/auto/config | 2 ++ 2 files changed, 8 insertions(+) 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' ;;