merge lp:~jbicha/livecd-rootfs/add-ubuntu-gnome

ubuntu/trusty
Colin Watson 12 years ago
commit e22f141e45

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.112) UNRELEASED; urgency=low
* live-build/auto/config: Add ubuntu-gnome project (LP: #1152818)
-- Jeremy Bicha <jbicha@ubuntu.com> Sat, 09 Mar 2013 15:33:40 -0500
livecd-rootfs (2.111) raring; urgency=low
* live-build/auto/config: Add ubuntukylin as a valid project

@ -225,6 +225,12 @@ case $PROJECT in
export APT_OPTIONS="--yes --no-install-recommends"
;;
ubuntu-gnome)
add_task install minimal standard ubuntu-gnome-desktop
LIVE_TASK='ubuntu-gnome-live'
COMPONENTS='main restricted universe'
;;
ubuntustudio-dvd)
add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-font-meta ubuntustudio-graphics ubuntustudio-video ubuntustudio-publishing ubuntustudio-photography
COMPONENTS='main restricted universe multiverse'

Loading…
Cancel
Save