diff --git a/debian/changelog b/debian/changelog index 3113272e..a406b113 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/live-build/auto/config b/live-build/auto/config index ab550907..d4c535ef 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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