[neon/neon/livecd-rootfs/Neon/release] live-build/ubuntu-server/hooks: Use packaged unminimize in the ubuntu-server images
Utkarsh Gupta
null at kde.org
Sun Jan 12 06:02:16 GMT 2025
Git commit c8ee3dddbab96f9a5682ea6dc4a06626392128e2 by Utkarsh Gupta.
Committed on 21/08/2024 at 06:36.
Pushed by carlosdem into branch 'Neon/release'.
Use packaged unminimize in the ubuntu-server images
unminimize is currently present at /usr/local/sbin/unminimize,
which is spit out by livecd-rootfs currently. We'd like to switch
that to use the packaged unminimize, which will be at
/usr/bin/unminimize instead.
(cherry picked from commit 7535bf7bc729b52d28a0a5a44b3aa8362ca9397d)
M +1 -1 live-build/ubuntu-server/hooks/01-unminimize.chroot_early
https://invent.kde.org/neon/neon/livecd-rootfs/-/commit/c8ee3dddbab96f9a5682ea6dc4a06626392128e2
diff --git a/live-build/ubuntu-server/hooks/01-unminimize.chroot_early b/live-build/ubuntu-server/hooks/01-unminimize.chroot_early
index be786ab8..bc0ee94a 100755
--- a/live-build/ubuntu-server/hooks/01-unminimize.chroot_early
+++ b/live-build/ubuntu-server/hooks/01-unminimize.chroot_early
@@ -12,7 +12,7 @@ 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
+yes | /usr/bin/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
More information about the Neon-commits
mailing list