Add minimal and standard tasks to Ubuntu Studio images (LP: #962585).

This commit is contained in:
Colin Watson 2012-03-23 14:21:08 +00:00
parent 2a48564097
commit 21dd632813
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.64) UNRELEASED; urgency=low
* Add minimal and standard tasks to Ubuntu Studio images (LP: #962585).
-- Colin Watson <cjwatson@ubuntu.com> Fri, 23 Mar 2012 14:20:38 +0000
livecd-rootfs (2.63) precise; urgency=low
* Add the ubiquity slideshow back to PREINSTALLED images (LP: #960688)

View File

@ -178,7 +178,7 @@ case $PROJECT in
;;
ubuntustudio-dvd)
add_task install ubuntustudio-desktop ubuntustudio-generation ubuntustudio-recording ubuntustudio-font-meta ubuntustudio-graphics ubuntustudio-audio-plugins ubuntustudio-video
add_task install minimal standard ubuntustudio-desktop ubuntustudio-generation ubuntustudio-recording ubuntustudio-font-meta ubuntustudio-graphics ubuntustudio-audio-plugins ubuntustudio-video
COMPONENTS='main restricted universe multiverse'
case $ARCH in
i386) KERNEL_FLAVOURS=lowlatency-pae ;;