[Merge] lp:~ubuntu-mate-dev/livecd-rootfs/livecd-rootfs-ubuntu-mate into lp:livecd-rootfs
Mathieu Trudel-Lapierre
mathieu.tl at gmail.com
Mon Jan 26 18:41:23 UTC 2015
Review: Needs Fixing
Updated inline comments; let's just use add_task for the install and LIVE_TASK for the live image if possible; the rest looks fine.
Diff comments:
> === modified file 'live-build/auto/config'
> --- live-build/auto/config 2014-12-04 13:09:23 +0000
> +++ live-build/auto/config 2014-12-11 14:48:17 +0000
> @@ -149,6 +149,10 @@
> add_package live oem-config-gtk ubiquity-frontend-gtk
> add_package live ubiquity-slideshow-xubuntu
> ;;
> + ubuntu-mate)
> + add_package live oem-config-gtk ubiquity-frontend-gtk
> + add_package live ubiquity-slideshow-ubuntu-mate
> + ;;
> ubuntu-server)
> add_package live oem-config-debconf ubiquity-frontend-debconf
> ;;
> @@ -306,6 +310,20 @@
> COMPONENTS='main restricted universe'
> ;;
>
> + ubuntu-mate)
> + add_task install minimal standard
> + add_package install ubuntu-mate-core ubuntu-mate-desktop
Scratch that; let's just try to make it add_task rather than add_package if possible.
> + add_package live ubuntu-mate-live
> + LIVE_TASK='ubuntu-mate-live'
> + case $ARCH in
> + amd64) add_package live linux-signed-generic ;;
> + esac
> + COMPONENTS='main restricted universe multiverse'
> + # The Ubuntu MATE STRUCTURE file has "feature
> + # no-follow-recommends". Mirror this.
> + export APT_OPTIONS="--yes --no-install-recommends"
> + ;;
> +
> 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'
>
--
https://code.launchpad.net/~ubuntu-mate-dev/livecd-rootfs/livecd-rootfs-ubuntu-mate/+merge/244446
Your team Ubuntu Core Development Team is requested to review the proposed merge of lp:~ubuntu-mate-dev/livecd-rootfs/livecd-rootfs-ubuntu-mate into lp:livecd-rootfs.
More information about the Ubuntu-reviews
mailing list