Pre-emptively include the override to not try to build HWE kernel layer in post .2 server riscv64 ISOs.

This commit is contained in:
Michael Hudson-Doyle 2025-02-17 11:17:35 +13:00
parent c3a74a4641
commit 5fb3d42d36
2 changed files with 12 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (25.04.18) UNRELEASED; urgency=medium
* Pre-emptively include the override to not try to build HWE kernel layer in
post .2 server riscv64 ISOs.
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Mon, 17 Feb 2025 11:12:00 +1300
livecd-rootfs (25.04.17) plucky; urgency=medium
[ Dan Bungert ]

View File

@ -1042,6 +1042,11 @@ case $PROJECT in
;;
esac
if [ $ARCH = "riscv64" ]; then
# For RISC-V we only offer one kernel
variants='ga'
fi
for variant in $variants; do
if [ "$variant" = "ga" ]; then
kernel_metapkg=linux-generic