mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-11 19:31:18 +00:00
Fix wrong task name for xubuntu-minimal.
This commit is contained in:
parent
722b4d33d7
commit
6a6ac87e24
6
debian/changelog
vendored
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
|
||||
|
||||
* Address the fact that debootstrap doesn't follow Recommends and as a
|
||||
|
@ -788,7 +788,7 @@ case $PROJECT in
|
||||
xubuntu)
|
||||
case ${SUBPROJECT:-} in
|
||||
minimal)
|
||||
add_task install minimal standard xubuntu-desktop-minimal
|
||||
add_task install minimal standard xubuntu-minimal
|
||||
;;
|
||||
*)
|
||||
add_task install minimal standard xubuntu-desktop
|
||||
|
Loading…
x
Reference in New Issue
Block a user