mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-20 15:21:35 +00:00
Add Lubuntu Next image
This commit is contained in:
parent
1c6e6fe046
commit
4040816ca7
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.422) 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.421) yakkety; urgency=medium
|
livecd-rootfs (2.421) yakkety; urgency=medium
|
||||||
|
|
||||||
[ Louis Zuckerman ]
|
[ Louis Zuckerman ]
|
||||||
|
@ -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