diff --git a/debian/changelog b/debian/changelog index 2d5c6309..73edfbae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.834) UNRELEASED; urgency=medium + + * Use the correct seed base for edubuntu. LP: #2019060. + + -- Steve Langasek Tue, 09 May 2023 19:06:28 -0700 + livecd-rootfs (2.833) mantic; urgency=medium [ Ɓukasz 'sil2100' Zemczak ] diff --git a/live-build/auto/config b/live-build/auto/config index ca25d54b..5346c6a7 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -1180,6 +1180,9 @@ case $PROJECT:${SUBPROJECT:-} in ;; xubuntu:minimal) ;; + edubuntu:*) + BASE_SEED='desktop' + ;; *) BASE_SEED='desktop' ;;