From 5529dcea7a8c66f1070511906e41512aaaf2ae8b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 7 Oct 2014 09:36:18 +0200 Subject: [PATCH] do not install recommends in system-image --- live-build/auto/config | 1 + 1 file changed, 1 insertion(+) diff --git a/live-build/auto/config b/live-build/auto/config index 733d815b..70429d39 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -341,6 +341,7 @@ case $PROJECT in # and PREINSTALLED means something different. So # we use SUBPROJECT to pass on the information if [ "$SUBPROJECT" = "system-image" ]; then + OPTS="${OPTS:+$OPTS }--apt-recommends false" add_task install ubuntu-core # Only in # ppa:ubuntu-foundations-team/ubuntu/ubuntu-core-system-image