From 0d82c84cdf9ca548baec6f791df0850fbdabe1d5 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 16 May 2017 20:09:26 -0500 Subject: [PATCH] Update the file based on gilir's feedback --- live-build/auto/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index 8fd70816..60be6328 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -332,7 +332,7 @@ case $PROJECT in lubuntu) add_task install minimal standard lubuntu-desktop - LIVE_TASK='lubuntu-live-gtk' + LIVE_TASK='lubuntu-live' case $ARCH in amd64) add_package live linux-signed-generic ;; esac @@ -356,6 +356,10 @@ case $PROJECT in case $ARCH in amd64|i386) KERNEL_FLAVOURS=generic ;; esac + + # The Lubuntu STRUCTURE file has "feature + # no-follow-recommends". Mirror this. + export APT_OPTIONS="--yes --no-install-recommends" ;; ubuntu-gnome)