Merge lp:~tsimonq2/livecd-rootfs/lubuntu-seed-mangling into lp:livecd-rootfs

Proposed by Simon Quigley
Status: Merged
Merged at revision: 1651
Proposed branch: lp:~tsimonq2/livecd-rootfs/lubuntu-seed-mangling
Merge into: lp:livecd-rootfs
Diff against target: 20 lines (+7/-1)
1 file modified
live-build/auto/config (+7/-1)
To merge this branch: bzr merge lp:~tsimonq2/livecd-rootfs/lubuntu-seed-mangling
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+342064@code.launchpad.net

Description of the change

This does some seed mangling, and *should* allow Lubuntu to utilize the minimal install feature of Ubiquity.

To post a comment you must log in.
1648. By Simon Quigley

Proper bash is rad, let's do it.

Revision history for this message
Iain Lane (laney) wrote :

Looks good, thanks.

I removed the first '*' from both case statements because I don't think it's necessary - sorry if that breaks something.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'live-build/auto/config'
2--- live-build/auto/config 2018-03-21 11:05:46 +0000
3+++ live-build/auto/config 2018-03-25 15:11:35 +0000
4@@ -667,9 +667,15 @@
5 # we'll expand the base seed given here according to the STRUCTURE file, and
6 # then look in all of the seeds found to see which snaps are seeded
7 case $PROJECT:${SUBPROJECT:-} in
8- ubuntu:*|kubuntu*:*|lubuntu*:*|xubuntu*:*|ubuntu-mate*:*|ubuntustudio*:*|ubuntukylin*:*|ubuntu-budgie*:*)
9+ ubuntu:*|kubuntu*:*|xubuntu*:*|ubuntu-mate*:*|ubuntustudio*:*|ubuntukylin*:*|ubuntu-budgie*:*)
10 BASE_SEED='desktop'
11 ;;
12+ lubuntu-next*:*)
13+ BASE_SEED='desktop-qt'
14+ ;;
15+ lubuntu*:*)
16+ BASE_SEED='desktop-gtk'
17+ ;;
18 ubuntu-server:live)
19 BASE_SEED='server'
20 # subiquity is seeded but in a separate squashfs via hooks; set HOOK_SNAPS and ALL_SNAPS.

Subscribers

People subscribed via source and target branches