auto/config: seed ubuntu-desktop when building hyperv image

Regression introduced in 38157b3748 when
desktop-preinstalled code branch was added, it dropped addint
ubuntu-desktop task. Instead it added ubuntu-desktop-raspi task, only
for the raspi subarch, which depends on ubuntu-desktop. But the hyperv
case, now ended up without ubuntu-desktop task.

It looks like introduction of "desktop-preinstalled" assumed, that it
is for raspi only, when in fact that code path now started to be used
for hyperv gallery image too.
sil2100/proposed-components
Dimitri John Ledkov 4 years ago
parent a0b58df7ae
commit 5d9af7f3c5
No known key found for this signature in database
GPG Key ID: 9B8EC849D5EF70ED

@ -601,7 +601,7 @@ case $PROJECT in
;;
desktop-preinstalled)
add_task install minimal standard
add_task install minimal standard ubuntu-desktop
if [ "$SUBARCH" = "raspi" ]; then
add_task install ubuntu-desktop-raspi
fi

Loading…
Cancel
Save