From 5fb3d42d36bdbd710f6f7e92ebe6c1b0f650699c Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Mon, 17 Feb 2025 11:17:35 +1300 Subject: [PATCH] Pre-emptively include the override to not try to build HWE kernel layer in post .2 server riscv64 ISOs. --- debian/changelog | 7 +++++++ live-build/auto/config | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index fa7ba30a..7f1cb11e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 17 Feb 2025 11:12:00 +1300 + livecd-rootfs (25.04.17) plucky; urgency=medium [ Dan Bungert ] diff --git a/live-build/auto/config b/live-build/auto/config index 7965a06f..c3f7bd3b 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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