From 10ebe98d842f88b1fba2994cb7e3bc5a21b18b4a Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sun, 25 Mar 2018 10:06:13 -0500 Subject: [PATCH] Special-case Lubuntu's seeds so that the minimal install works. --- live-build/auto/config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index e02f0512..fab37dc6 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -667,9 +667,14 @@ esac # we'll expand the base seed given here according to the STRUCTURE file, and # then look in all of the seeds found to see which snaps are seeded case $PROJECT:${SUBPROJECT:-} in - ubuntu:*|kubuntu*:*|lubuntu*:*|xubuntu*:*|ubuntu-mate*:*|ubuntustudio*:*|ubuntukylin*:*|ubuntu-budgie*:*) + ubuntu:*|kubuntu*:*|xubuntu*:*|ubuntu-mate*:*|ubuntustudio*:*|ubuntukylin*:*|ubuntu-budgie*:*) BASE_SEED='desktop' ;; + lubuntu-next*:*) + BASE_SEED='desktop-qt' + ;; + lubuntu*:*) + BASE_SEED='desktop-gtk' ubuntu-server:live) BASE_SEED='server' # subiquity is seeded but in a separate squashfs via hooks; set HOOK_SNAPS and ALL_SNAPS.