From 382f17b08cd46da082140fbe4aa86f81ff44aa18 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Thu, 3 May 2018 23:23:30 -0500 Subject: [PATCH] Don't follow recommends. --- debian/changelog | 2 ++ live-build/auto/config | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6e38cb8a..caf3415b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ livecd-rootfs (2.526) UNRELEASED; urgency=medium * Drop the workaround for setting the base seed of Lubuntu and Lubuntu Next now that Lubuntu Next is Lubuntu. + * Don't follow recommends on Lubuntu now that this is no longer the + case in the seed. -- Simon Quigley Thu, 03 May 2018 23:18:52 -0500 diff --git a/live-build/auto/config b/live-build/auto/config index f66dfc07..10f288ab 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -432,10 +432,6 @@ case $PROJECT in case $ARCH in amd64|i386) KERNEL_FLAVOURS=generic ;; esac - - # The Lubuntu STRUCTURE file has "feature - # no-follow-recommends". Mirror this. - APT_OPTIONS="${APT_OPTIONS} --no-install-recommends" ;; lubuntu-next) @@ -448,10 +444,6 @@ case $PROJECT in case $ARCH in amd64|i386) KERNEL_FLAVOURS=generic ;; esac - - # The Lubuntu STRUCTURE file has "feature - # no-follow-recommends". Mirror this. - APT_OPTIONS="${APT_OPTIONS} --no-install-recommends" ;; ubuntu-gnome)