diff --git a/debian/changelog b/debian/changelog index 12fcef10..4fc4f3a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (24.10.4) UNRELEASED; urgency=medium + + * Revert removal of unminimize call in server builds (LP: #2069828) + + -- Philip Roche Wed, 19 Jun 2024 15:17:52 +0100 + livecd-rootfs (24.10.3) oracular; urgency=medium [ Heinrich Schuchardt ] diff --git a/live-build/ubuntu-server/hooks/01-unminimize.chroot_early b/live-build/ubuntu-server/hooks/01-unminimize.chroot_early index 6ed92bb7..be786ab8 100755 --- a/live-build/ubuntu-server/hooks/01-unminimize.chroot_early +++ b/live-build/ubuntu-server/hooks/01-unminimize.chroot_early @@ -10,6 +10,10 @@ case ${PASS} in ;; esac +# Run the unminimize script to re-install packages with all dpkg filters removed and install packages +# removed as part of minimization +yes | /usr/local/sbin/unminimize + # Fix up missing recommends. Other non-layered flavors handle this in # live-build/auto/build, but we need to do it here. Also, there are # additional recommends missing from server-minimal that wouldn't be