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 livecd-rootfs (24.04.3) noble; urgency=medium
* Drop the legacy images for both Ubuntu and Ubuntu Budgie. * Drop the legacy images for both Ubuntu and Ubuntu Budgie.

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

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

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

Loading…
Cancel
Save