From d2cfa41ec22abdc8c9bbdc0da4ad70ca7af829b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Wed, 9 Jun 2021 11:30:38 +0200 Subject: [PATCH] Use the server-raspi task name instead of ubuntu-server-raspi --- debian/changelog | 9 +++++++++ live-build/auto/config | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 26fae065..488eb839 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +livecd-rootfs (2.724) UNRELEASED; urgency=medium + + * Use the server-raspi task name instead of ubuntu-server-raspi. It's still + a mystery to me why ubuntu-desktop-raspi works as expected but the server + variant needs to use 'server-raspi', even though both tasks seem + implemented in the same way. + + -- Ɓukasz 'sil2100' Zemczak Wed, 09 Jun 2021 11:14:13 +0200 + livecd-rootfs (2.723) impish; urgency=medium [ Steve Langasek ] diff --git a/live-build/auto/config b/live-build/auto/config index d4c535ef..ab550907 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 ubuntu-server-raspi + add_task install server-raspi ;; armhf*) KERNEL_FLAVOURS=generic-lpae