From e9b8a62a5a3075a6196b6fd5fb94f975e59581c1 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Wed, 8 Apr 2015 09:34:15 +0100 Subject: [PATCH] Get the right package sets for arm* and ppc64el. --- live-build/auto/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index b0e1fc2f..65631050 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -538,10 +538,16 @@ if [ "$PROJECT" = "ubuntu-cpc" ]; then KERNEL_FLAVOURS=none case $ARCH in armhf) - add_package install flash-kernel u-boot-tools linux-generic-lpae + add_package install flash-kernel linux-generic-lpae + add_task install server ;; arm64) add_package install flash-kernel linux-generic + add_task install server + ;; + ppc64el) + add_package install linux-virtual + add_task install server ;; *) add_package install linux-virtual