mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-18 22:31:36 +00:00
Merge lp:~ubuntubudgie-dev/livecd-rootfs/ubuntu-budgie-proposal.zesty - enable ubuntu-budgie.
This commit is contained in:
commit
e2751108ff
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.438) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* live-build/auto/config: Add ubuntu-budgie project (LP: #1652144)
|
||||||
|
|
||||||
|
-- David Mohammed <fossfreedom@ubuntu.com> Thu, 22 Dec 2016 18:51:29 +0000
|
||||||
|
|
||||||
livecd-rootfs (2.437) zesty; urgency=medium
|
livecd-rootfs (2.437) zesty; urgency=medium
|
||||||
|
|
||||||
* live-build/auto/config: Don't remove .pyc files any more - we don't care
|
* live-build/auto/config: Don't remove .pyc files any more - we don't care
|
||||||
|
@ -321,6 +321,15 @@ case $PROJECT in
|
|||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
ubuntu-budgie)
|
||||||
|
add_task install minimal standard ubuntu-budgie-desktop
|
||||||
|
LIVE_TASK='ubuntu-budgie-live'
|
||||||
|
case $ARCH in
|
||||||
|
amd64) add_package live linux-signed-generic ;;
|
||||||
|
esac
|
||||||
|
COMPONENTS='main restricted universe'
|
||||||
|
;;
|
||||||
|
|
||||||
ubuntu-mate)
|
ubuntu-mate)
|
||||||
add_task install minimal standard ubuntu-mate-core ubuntu-mate-desktop
|
add_task install minimal standard ubuntu-mate-core ubuntu-mate-desktop
|
||||||
LIVE_TASK='ubuntu-mate-live'
|
LIVE_TASK='ubuntu-mate-live'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user