From e8a08ad084bc5c72d3359182c7786de982bc9fc3 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 6 Sep 2023 11:28:50 -0700 Subject: [PATCH] Don't hard-code addition of xterm package on xubuntu, it's in the task already. --- debian/changelog | 2 ++ live-build/auto/config | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d0bfa5a4..ea68b62d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 06 Sep 2023 11:23:17 -0700 diff --git a/live-build/auto/config b/live-build/auto/config index c0d02eb3..8549bad7 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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 ;;