Don't hard-code addition of xterm package on xubuntu, it's in the task already.

This commit is contained in:
Steve Langasek 2023-09-06 11:28:50 -07:00
parent 7c51e152f1
commit e8a08ad084
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View File

@ -3,6 +3,8 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium
* Drop references to kubuntu-plasma5, obsolete since wily
* ubuntucinnamon-live task has existed for a while now, use it instead of
hard-coded list of packages.
* Don't hard-code addition of xterm package on xubuntu, it's in the task
already.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700

View File

@ -818,7 +818,6 @@ case $PROJECT in
add_task install minimal standard xubuntu-desktop
;;
esac
add_package install xterm
LIVE_TASK='xubuntu-live'
case $ARCH in
amd64) KERNEL_FLAVOURS=generic ;;