From c220efa82690b5d80f6788ff234c7a5fb6a63dad Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Fri, 12 Aug 2016 13:02:01 -0700 Subject: [PATCH] Import patches-unapplied version 2.423 to ubuntu/yakkety-proposed Imported using git-ubuntu import. Changelog parent: 0b87c386fe081594f3bad86a5974f4e015c38f7e New changelog entries: [ Simon Quigley ] * Add an image for Lubuntu Next (LXQt) --- debian/changelog | 7 +++++++ live-build/auto/config | 12 ++++++++++++ 2 files changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index 06dd6902..f955b1d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.423) yakkety; urgency=medium + + [ Simon Quigley ] + * Add an image for Lubuntu Next (LXQt) + + -- Steve Langasek Fri, 12 Aug 2016 13:02:01 -0700 + livecd-rootfs (2.422) yakkety; urgency=medium * live-build/ubuntu-touch/includes.chroot/etc/lightdm/ diff --git a/live-build/auto/config b/live-build/auto/config index da5f387d..9f0e153f 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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'