From 5157d775f9c919860e97aa9fa395aff9eaadc14b Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 17 May 2023 23:48:23 -0700 Subject: [PATCH] The base seed for edubuntu is desktop-gnome, not desktop. LP: #2019060. --- debian/changelog | 6 ++++++ live-build/auto/config | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0d4b8f6e..c2e89b0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.841) UNRELEASED; urgency=medium + + * The base seed for edubuntu is desktop-gnome, not desktop. LP: #2019060. + + -- Steve Langasek Wed, 17 May 2023 23:48:12 -0700 + livecd-rootfs (2.840) mantic; urgency=medium * auto/config: switch ubuntucinnamon and ubuntu-unity builds to use add_task diff --git a/live-build/auto/config b/live-build/auto/config index b7bec968..c9d1e793 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -1162,7 +1162,7 @@ case $PROJECT:${SUBPROJECT:-} in xubuntu:minimal) ;; edubuntu:*) - BASE_SEED='desktop' + BASE_SEED='desktop-gnome' ;; *) BASE_SEED='desktop'