Merge lp:~tsimonq2/livecd-rootfs/lubuntu-next-image

This commit is contained in:
Steve Langasek 2016-08-12 13:01:58 -07:00
commit b268d90538
2 changed files with 18 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.423) UNRELEASED; urgency=medium
* Add an image for Lubuntu Next (LXQt)
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 26 Jul 2016 12:14:25 -0500
livecd-rootfs (2.422) yakkety; urgency=medium
* live-build/ubuntu-touch/includes.chroot/etc/lightdm/

View File

@ -300,6 +300,18 @@ case $PROJECT in
export APT_OPTIONS="--yes --no-install-recommends"
;;
lubuntu-next)
add_task install minimal standard lubuntu-qt-desktop
LIVE_TASK='lubuntu-next-live'
case $ARCH in
amd64) add_package live linux-signed-generic ;;
esac
COMPONENTS='main restricted universe multiverse'
case $ARCH in
amd64|i386) KERNEL_FLAVOURS=generic ;;
esac
;;
ubuntu-gnome)
add_task install minimal standard ubuntu-gnome-desktop
LIVE_TASK='ubuntu-gnome-live'