From 74c1ee4bdf5391fce6309d6de2d2f8dcb19f048c Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 4 Nov 2023 22:01:02 +0200 Subject: [PATCH] We no longer need to remove ubiquity from the Ubuntu live layer and install ubuntu-desktop-installer, this is now handled via the seeds. --- debian/changelog | 2 ++ live-build/auto/config | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 85bc9c33..542615a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ livecd-rootfs (24.04.3) UNRELEASED; urgency=medium * Drop the legacy images for both Ubuntu and Ubuntu Budgie. + * We no longer need to remove ubiquity from the Ubuntu live layer and + install ubuntu-desktop-installer, this is now handled via the seeds. -- Steve Langasek Sat, 04 Nov 2023 21:55:34 +0200 diff --git a/live-build/auto/config b/live-build/auto/config index 3d271280..a730224a 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -717,8 +717,6 @@ case $PROJECT in add_task minimal.standard ubuntu-desktop ubuntu-desktop-default-languages # the live layer, contains all packages for the live session installer add_task minimal.standard.live ubuntu-live - remove_package minimal.standard.live ubiquity-frontend-gtk - add_snap minimal.standard.live ubuntu-desktop-installer/classic add_package minimal.standard.live linux-$KERNEL_FLAVOURS casper # language support seeded_langs="$(get_seeded_languages desktop)"