Fix wrong task name for xubuntu-minimal.

use-lxd-installer
Steve Langasek 2 years ago
parent 722b4d33d7
commit 6a6ac87e24

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.803) UNRELEASED; urgency=medium
* Fix wrong task name for xubuntu-minimal.
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 24 Feb 2023 20:56:48 -0800
livecd-rootfs (2.802) lunar; urgency=medium livecd-rootfs (2.802) lunar; urgency=medium
* Address the fact that debootstrap doesn't follow Recommends and as a * Address the fact that debootstrap doesn't follow Recommends and as a

@ -788,7 +788,7 @@ case $PROJECT in
xubuntu) xubuntu)
case ${SUBPROJECT:-} in case ${SUBPROJECT:-} in
minimal) minimal)
add_task install minimal standard xubuntu-desktop-minimal add_task install minimal standard xubuntu-minimal
;; ;;
*) *)
add_task install minimal standard xubuntu-desktop add_task install minimal standard xubuntu-desktop

Loading…
Cancel
Save