Imported 2.725

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2021-06-15 15:31:15 +00:00
parent e37f175d5b
commit 6a06385d42
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.725) impish; 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