mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +00:00
Merge branch 'drop-more-packages' into ubuntu/master
* drop-more-packages: Avoid purging packages for ubuntu-cpc
This commit is contained in:
commit
7647b027b9
@ -369,6 +369,9 @@ EOF
|
|||||||
# done in chroot hooks.
|
# done in chroot hooks.
|
||||||
if [ -z "$PASSES" ]; then
|
if [ -z "$PASSES" ]; then
|
||||||
if [ "${SUBPROJECT:-}" = minimized ]; then
|
if [ "${SUBPROJECT:-}" = minimized ]; then
|
||||||
|
# ubuntu-cpc has moved to using ubuntu-cloud-minimal seed
|
||||||
|
# for minimized images, so don't need these purges anymore.
|
||||||
|
if [ "$PROJECT" != ubuntu-cpc ]; then
|
||||||
# force removal of initramfs-tools, which we assert is not
|
# force removal of initramfs-tools, which we assert is not
|
||||||
# required for any minimized images but is still pulled in by
|
# required for any minimized images but is still pulled in by
|
||||||
# default
|
# default
|
||||||
@ -383,7 +386,7 @@ EOF
|
|||||||
# an initramfs despite the generic dpkg-divert; so remove it
|
# an initramfs despite the generic dpkg-divert; so remove it
|
||||||
# here.
|
# here.
|
||||||
rm -f chroot/boot/initrd.img-*
|
rm -f chroot/boot/initrd.img-*
|
||||||
|
fi
|
||||||
# temporary workaround: don't remove linux-base which
|
# temporary workaround: don't remove linux-base which
|
||||||
# may have no other reverse-depends currently
|
# may have no other reverse-depends currently
|
||||||
Chroot chroot "env DEBIAN_FRONTEND=noninteractive \
|
Chroot chroot "env DEBIAN_FRONTEND=noninteractive \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user