mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-05 07:41:31 +00:00
Don't hard-code addition of xterm package on xubuntu, it's in the task already.
This commit is contained in:
parent
7c51e152f1
commit
e8a08ad084
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -3,6 +3,8 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium
|
|||||||
* Drop references to kubuntu-plasma5, obsolete since wily
|
* Drop references to kubuntu-plasma5, obsolete since wily
|
||||||
* ubuntucinnamon-live task has existed for a while now, use it instead of
|
* ubuntucinnamon-live task has existed for a while now, use it instead of
|
||||||
hard-coded list of packages.
|
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
|
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700
|
||||||
|
|
||||||
|
@ -818,7 +818,6 @@ case $PROJECT in
|
|||||||
add_task install minimal standard xubuntu-desktop
|
add_task install minimal standard xubuntu-desktop
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
add_package install xterm
|
|
||||||
LIVE_TASK='xubuntu-live'
|
LIVE_TASK='xubuntu-live'
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64) KERNEL_FLAVOURS=generic ;;
|
amd64) KERNEL_FLAVOURS=generic ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user