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

ubuntu/yakkety
Steve Langasek 8 years ago
commit b268d90538

6
debian/changelog vendored

@ -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/

@ -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'

Loading…
Cancel
Save