From 6e90ef925e94aba92761aca954713615d878dbb9 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 8 Dec 2014 08:44:11 +0100 Subject: [PATCH] * live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary: - fix incorrect "echo" - add missing wrappers for apt, apt-cache --- debian/changelog | 5 ++++- .../hooks/400-create-apt-get-warning.binary | 10 +++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f25027e8..80ff3885 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,12 +5,15 @@ livecd-rootfs (2.274) UNRELEASED; urgency=medium - 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 [ James Hunt ] * live-build/ubuntu-core/hooks/10-remove-documentation.binary: - compress remaining documentation to save further space. - -- Michael Vogt Tue, 02 Dec 2014 14:57:39 +0100 + -- Michael Vogt Mon, 08 Dec 2014 08:20:06 +0100 livecd-rootfs (2.273) vivid; urgency=low diff --git a/live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary b/live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary index d965a9f2..4c1a8db9 100644 --- a/live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary +++ b/live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary @@ -7,9 +7,13 @@ echo "I: Creating warning to use snappy when apt-get is used" PREFIX=binary/boot/filesystem.dir mkdir -p $PREFIX/usr/local/bin -cat >$PREFIX/usr/local/bin/apt-get <$PREFIX/usr/local/bin/no-apt <