mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-03 23:01:31 +00:00
Merge lp:~tsimonq2/livecd-rootfs/lubuntu-next-image
This commit is contained in:
commit
b268d90538
6
debian/changelog
vendored
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
|
livecd-rootfs (2.422) yakkety; urgency=medium
|
||||||
|
|
||||||
* live-build/ubuntu-touch/includes.chroot/etc/lightdm/
|
* live-build/ubuntu-touch/includes.chroot/etc/lightdm/
|
||||||
|
@ -300,6 +300,18 @@ case $PROJECT in
|
|||||||
export APT_OPTIONS="--yes --no-install-recommends"
|
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)
|
ubuntu-gnome)
|
||||||
add_task install minimal standard ubuntu-gnome-desktop
|
add_task install minimal standard ubuntu-gnome-desktop
|
||||||
LIVE_TASK='ubuntu-gnome-live'
|
LIVE_TASK='ubuntu-gnome-live'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user