mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
add changes for Ubuntu Budgie build config
This commit is contained in:
parent
737d840f97
commit
c85df9e50f
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.438) zesty; 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
|
||||
|
||||
* 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'
|
||||
;;
|
||||
|
||||
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)
|
||||
add_task install minimal standard ubuntu-mate-core ubuntu-mate-desktop
|
||||
LIVE_TASK='ubuntu-mate-live'
|
||||
|
Loading…
x
Reference in New Issue
Block a user