Revert previous change, use ubuntu-server-raspi task name.

This commit is contained in:
Łukasz 'sil2100' Zemczak 2021-06-15 09:45:40 +02:00
parent 9a27811add
commit 83852ca96b
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.725) UNRELEASED; urgency=medium
* Revert previous change. I was too impatient and didn't wait long enough
after performing some seed changes. The tasks are now correct and we can
go back to using ubuntu-server-raspi once again.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 15 Jun 2021 09:44:21 +0200
livecd-rootfs (2.724) impish; urgency=medium
* Use the server-raspi task name instead of ubuntu-server-raspi. It's still

View File

@ -792,7 +792,7 @@ case $PROJECT in
OPTS="${OPTS:+$OPTS }--initramfs=none"
case "$ARCH+${SUBARCH:-}" in
*+raspi)
add_task install server-raspi
add_task install ubuntu-server-raspi
;;
armhf*)
KERNEL_FLAVOURS=generic-lpae