mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-29 19:51:29 +00:00
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)
This commit is contained in:
parent
0b87c386fe
commit
c220efa826
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.423) yakkety; urgency=medium
|
||||||
|
|
||||||
|
[ Simon Quigley ]
|
||||||
|
* Add an image for Lubuntu Next (LXQt)
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 12 Aug 2016 13:02:01 -0700
|
||||||
|
|
||||||
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