From dc5e9931d03064caf3480ef055b904bdea337cec Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 2 May 2013 13:50:29 -0700 Subject: [PATCH] Install metapackages rather than tasks for ubuntu-touch, since it still relies on PPAs and those don't have tasks. --- debian/changelog | 7 +++++++ live-build/auto/config | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 94929800..d6918932 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.127) UNRELEASED; urgency=low + + * Install metapackages rather than tasks for ubuntu-touch, since it still + relies on PPAs and those don't have tasks. + + -- Colin Watson Thu, 02 May 2013 13:50:03 -0700 + livecd-rootfs (2.126) saucy; urgency=low * drop the super-friends (sorry batman and robin ...) and ubuntu-sdk PPAs diff --git a/live-build/auto/config b/live-build/auto/config index 7b2d9c90..811663ed 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -262,7 +262,7 @@ case $PROJECT in ;; ubuntu-touch) - add_task install minimal ubuntu-touch + add_package install ubuntu-minimal ubuntu-touch COMPONENTS='main restricted universe' BINARY_IMAGES=tar BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu'