diff --git a/debian/changelog b/debian/changelog index 052b8ca1..4046c3bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +livecd-rootfs (2.274) vivid; urgency=medium + + [ Michael Vogt ] + * live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary: + - improve apt-get output + * live-build/auto/config: + - add click-apparmor for system-image + * live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary: + - fix incorrect "echo" + - add missing wrappers for apt, apt-cache + - fix message + * live-build/ubuntu-core/hooks/14-set-motd.chroot: + - update motd + + [ James Hunt ] + * live-build/ubuntu-core/hooks/10-remove-documentation.binary: + - compress remaining documentation to save further space. + + -- Michael Vogt Wed, 10 Dec 2014 12:57:30 +0100 + livecd-rootfs (2.273) vivid; urgency=low [ Michael Vogt ] diff --git a/live-build/auto/config b/live-build/auto/config index 6a033083..5d7dcd9b 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -355,6 +355,7 @@ case $PROJECT in add_package install libpam-systemd add_package install isc-dhcp-client add_package install resolvconf + add_package install click-apparmor # add special azure package case $ARCH in diff --git a/live-build/ubuntu-core/hooks/10-remove-documentation.binary b/live-build/ubuntu-core/hooks/10-remove-documentation.binary index 7116002d..e870e239 100644 --- a/live-build/ubuntu-core/hooks/10-remove-documentation.binary +++ b/live-build/ubuntu-core/hooks/10-remove-documentation.binary @@ -3,6 +3,7 @@ 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 -empty|xargs rmdir || true +find binary/boot/filesystem.dir/usr/share/doc -type f -exec gzip -9 {} \; echo "I: Remove man/info pages" rm -rf binary/boot/filesystem.dir/usr/share/man \ diff --git a/live-build/ubuntu-core/hooks/14-set-motd.chroot b/live-build/ubuntu-core/hooks/14-set-motd.chroot index e1088ca8..c43917f9 100644 --- a/live-build/ubuntu-core/hooks/14-set-motd.chroot +++ b/live-build/ubuntu-core/hooks/14-set-motd.chroot @@ -1,11 +1,12 @@ #!/bin/sh cat >/etc/motd<$PREFIX/usr/local/bin/apt-get <$PREFIX/usr/local/bin/no-apt <