mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-04 23:01:15 +00:00
Don't follow recommends.
This commit is contained in:
parent
0f073af403
commit
382f17b08c
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user