From 57f05075185a97e773ec3f2067b3156bee2e1d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 21 Sep 2015 15:57:55 +0200 Subject: [PATCH] As suggested by Colin, first add the meta packages, then the other deps. --- live-build/auto/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index bcd6e26d..89ada490 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -421,12 +421,13 @@ case $PROJECT in ;; ubuntu-touch|ubuntu-pd) - add_package install ubuntu-minimal systemd-sysv- packagekit ubuntu-system-settings-online-accounts if [ "$PROJECT" = "ubuntu-touch" ]; then add_package install ubuntu-touch else add_package install ubuntu-pocket-desktop fi + add_package install ubuntu-minimal systemd-sysv- packagekit ubuntu-system-settings-online-accounts + COMPONENTS='main restricted universe' BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu' export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'