Fix edubuntu build: ubuntu-minimal is not a task and minimal is already declared.

This commit is contained in:
Steve Langasek 2023-02-24 21:05:46 -08:00
parent 6a6ac87e24
commit d4fe8aedc1
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,8 @@
livecd-rootfs (2.803) UNRELEASED; urgency=medium
* Fix wrong task name for xubuntu-minimal.
* Fix edubuntu build: ubuntu-minimal is not a task and minimal is already
declared.
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 24 Feb 2023 20:56:48 -0800

View File

@ -776,7 +776,7 @@ case $PROJECT in
;;
edubuntu)
add_task install minimal standard ubuntu-minimal edubuntu-desktop-gnome
add_task install minimal standard edubuntu-desktop-gnome
LIVE_TASK='edubuntu-live'
;;