Don't follow recommends.

This commit is contained in:
Simon Quigley 2018-05-03 23:23:30 -05:00
parent 0f073af403
commit 382f17b08c
2 changed files with 2 additions and 8 deletions

2
debian/changelog vendored
View File

@ -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 <tsimonq2@ubuntu.com> Thu, 03 May 2018 23:18:52 -0500

View File

@ -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)