Remove unnecessary arch guarding of the UbuntuStudio kernel selection: we only build this image on amd64 (the arch checking is from i386 days), and the lowlatency kernel also exists on arm64.

This commit is contained in:
Steve Langasek 2023-09-06 14:47:11 -07:00
parent d169cb531c
commit 76d133becf
2 changed files with 4 additions and 3 deletions

3
debian/changelog vendored
View File

@ -18,6 +18,9 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium
* Drop references to kubuntu-dvd, obsoleted in 2012.
* ubuntukylin-default-settings is part of the task, don't hard-code the
package.
* Remove unnecessary arch guarding of the UbuntuStudio kernel selection:
we only build this image on amd64 (the arch checking is from i386 days),
and the lowlatency kernel also exists on arm64.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700

View File

@ -870,9 +870,7 @@ case $PROJECT in
ubuntustudio-dvd)
add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography
case $ARCH in
amd64) KERNEL_FLAVOURS=lowlatency ;;
esac
KERNEL_FLAVOURS=lowlatency
;;
ubuntu-server)