Drop a few remaining 'legacy' references.

use-lxd-installer
Steve Langasek 1 year ago
parent ff23c153e8
commit 99d2064f32

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (24.04.4) UNRELEASED; urgency=medium
* Drop a few remaining 'legacy' references.
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 05 Nov 2023 15:53:37 +0200
livecd-rootfs (24.04.3) noble; urgency=medium
* Drop the legacy images for both Ubuntu and Ubuntu Budgie.

@ -18,7 +18,6 @@ ALL_TRIPLETS="
lubuntu::
ubuntu-unity::
ubuntu::
ubuntu:legacy:
ubuntu-base::
ubuntu-base:buildd:
ubuntu-budgie::

@ -582,15 +582,13 @@ for OUTPUT in ext2 ext3 ext4 manifest manifest-remove size squashfs; do
done
# we don't need a manifest-remove for a layered-aware installer
if [ "$SUBPROJECT" != "legacy" ]; then
# here we have a list of all new-installer flavors
case $PROJECT in
ubuntu|ubuntu-budgie)
rm -f livecd.${PROJECT}-manifest-remove
rm -f config/manifest-minimal-remove
;;
esac
fi
# here we have a list of all new-installer flavors
case $PROJECT in
ubuntu|ubuntu-budgie)
rm -f livecd.${PROJECT}-manifest-remove
rm -f config/manifest-minimal-remove
;;
esac
if [ -e config/manifest-minimal-remove ]; then
cp config/manifest-minimal-remove "$PREFIX.manifest-minimal-remove"

@ -537,12 +537,8 @@ case $IMAGEFORMAT in
;;
*)
case $PROJECT in
ubuntu-server|ubuntu-wsl|ubuntu-oem)
;;
ubuntu|ubuntu-budgie)
if [ "$SUBPROJECT" = "legacy" ]; then
add_package live casper
fi
ubuntu-server|ubuntu-wsl|ubuntu-oem|ubuntu|\
ubuntu-budgie)
;;
*)
add_package live casper

Loading…
Cancel
Save