mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Merge bugfix/LP-2069828-restore-unminimize-during-server-build into ubuntu/master [a=philroche] [r=sdeziel,utkarsh]
fix: Revert removal of unminimize call in server builds (LP: #2069828) There was a change made by me in https://code.launchpad.net/~philroche/livecd-rootfs/+git/livecd-rootfs/+merge/466388 as part of LP: #2066905 to remove references to LXD in the unminimize scripts but I also removed the calls to `unminimize` in error. This still needs to run but without any references to LXD which no longer needs to be `unminimized` via snap installation. MP: https://code.launchpad.net/~philroche/livecd-rootfs/+git/livecd-rootfs/+merge/467826
This commit is contained in:
commit
1e8cdd60a8
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (24.10.4) UNRELEASED; urgency=medium
|
||||
|
||||
* Revert removal of unminimize call in server builds (LP: #2069828)
|
||||
|
||||
-- Philip Roche <phil.roche@canonical.com> Wed, 19 Jun 2024 15:17:52 +0100
|
||||
|
||||
livecd-rootfs (24.10.3) oracular; urgency=medium
|
||||
|
||||
[ Heinrich Schuchardt ]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user