lowlatency fix is probably:

commit ac326c4327bd381d083636d1539f51fa1ab114a4
Author: Dan Bungert <daniel.bung...@canonical.com>
Date:   Wed Feb 12 18:40:26 2025 -0700

    build: fix FLAVOUR set for lowlatency

diff --git a/live-build/auto/build b/live-build/auto/build
index ddcb7bc3..222a5b52 100755
--- a/live-build/auto/build
+++ b/live-build/auto/build
@@ -510,6 +510,9 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
                intel-iotg*)
                        FLAVOUR="intel-iotg"
                        ;;
+               lowlatency-hwe-*)
+                       FLAVOUR="lowlatency"
+                       ;;
        esac
        KVERS="$( (cd "binary/$INITFS"; ls vmlinu?-* 2>/dev/null || true) | 
(fgrep -v .efi || true) | sed -n "s/^vmlinu.-\\([^-]*-[^-]*-$FLAVOUR\\)$/\\1/p" 
)"
        if [ -z "$KVERS" ]; then

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098105

Title:
  Enable the HWE kernel flavor for 24.04.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2098105/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to