merged lp:~jamesodhunt/livecd-rootfs/system-image-compress-docs-for-core

ubuntu/yakkety
Michael Vogt 10 years ago
commit 194d124af7

7
debian/changelog vendored

@ -1,8 +1,13 @@
livecd-rootfs (2.274) UNRELEASED; urgency=low livecd-rootfs (2.274) UNRELEASED; urgency=medium
[ Michael Vogt ]
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary: * live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary:
- improve apt-get output - improve apt-get output
[ James Hunt ]
* live-build/ubuntu-core/hooks/10-remove-documentation.binary:
- compress remaining documentation to save further space.
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 02 Dec 2014 14:57:39 +0100 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 02 Dec 2014 14:57:39 +0100
livecd-rootfs (2.273) vivid; urgency=low livecd-rootfs (2.273) vivid; urgency=low

@ -3,6 +3,7 @@
echo "I: Remove unneeded files from /usr/share/doc " echo "I: Remove unneeded files from /usr/share/doc "
find binary/boot/filesystem.dir/usr/share/doc -depth -type f ! -name copyright|xargs rm -f || true find binary/boot/filesystem.dir/usr/share/doc -depth -type f ! -name copyright|xargs rm -f || true
find binary/boot/filesystem.dir/usr/share/doc -empty|xargs rmdir || true find binary/boot/filesystem.dir/usr/share/doc -empty|xargs rmdir || true
find binary/boot/filesystem.dir/usr/share/doc -type f -exec gzip -9 {} \;
echo "I: Remove man/info pages" echo "I: Remove man/info pages"
rm -rf binary/boot/filesystem.dir/usr/share/man \ rm -rf binary/boot/filesystem.dir/usr/share/man \

Loading…
Cancel
Save