From fdd8b1cba0670f4e9c9b88f2cae902f729eb3a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Wed, 7 Oct 2020 10:49:03 +0200 Subject: [PATCH] Use the right task name - ubuntu-desktop-raspi. --- live-build/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index 46ebe9dc..7c4a6678 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -607,7 +607,7 @@ case $PROJECT in desktop-preinstalled) add_task install minimal standard cloud-image if [ "$SUBARCH" = "raspi" ]; then - add_task install desktop-raspi + add_task install ubuntu-desktop-raspi fi # XXX: Are those actually needed? I see we use those for ubuntu-cpc, which is the project # for existing raspi preinstalled images