mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 01:11:31 +00:00
Remove apt lists that are currently removed downstream anyway.
(LP: #1699913)
This commit is contained in:
parent
a2bd86d326
commit
2fc3993d48
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -3,6 +3,8 @@ livecd-rootfs (2.529~ppa2~manpages1) cosmic; urgency=medium
|
|||||||
* Improvements to the ubuntu-base (i.e. Docker) build:
|
* Improvements to the ubuntu-base (i.e. Docker) build:
|
||||||
- Customize the unminimize script to not install so many packages.
|
- Customize the unminimize script to not install so many packages.
|
||||||
- Divert /usr/bin/man to a script that points to the unminimize script.
|
- Divert /usr/bin/man to a script that points to the unminimize script.
|
||||||
|
- Remove apt lists that are currently removed downstream anyway.
|
||||||
|
(LP: #1699913)
|
||||||
|
|
||||||
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Tue, 05 Jun 2018 14:19:17 +1200
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Tue, 05 Jun 2018 14:19:17 +1200
|
||||||
|
|
||||||
|
@ -261,6 +261,11 @@ EOF
|
|||||||
# remove crufty files that shouldn't be left in an image
|
# remove crufty files that shouldn't be left in an image
|
||||||
rm -f chroot/var/cache/debconf/*-old chroot/var/lib/dpkg/*-old
|
rm -f chroot/var/cache/debconf/*-old chroot/var/lib/dpkg/*-old
|
||||||
Chroot chroot apt clean
|
Chroot chroot apt clean
|
||||||
|
if [ "${PROJECT}:${SUBPROJECT:-}" = "ubuntu-base:minimized" ]; then
|
||||||
|
# Save even more size by removing apt lists (that are currently removed
|
||||||
|
# downstream anyway)
|
||||||
|
rm -f chroot/var/lib/apt/lists/*
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -f config/oem-config-preinstalled ]; then
|
if [ -f config/oem-config-preinstalled ]; then
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user