diff -Nru livecd-rootfs-2.765.15/debian/changelog livecd-rootfs-2.765.16/debian/changelog --- livecd-rootfs-2.765.15/debian/changelog 2023-02-07 13:57:00.000000000 +0000 +++ livecd-rootfs-2.765.16/debian/changelog 2023-02-16 13:24:19.000000000 +0000 @@ -1,3 +1,9 @@ +livecd-rootfs (2.765.16) jammy; urgency=medium + + * Properly handle the lowlatency hwe kernel flavour. + + -- Ɓukasz 'sil2100' Zemczak Thu, 16 Feb 2023 14:24:19 +0100 + livecd-rootfs (2.765.15) jammy; urgency=medium * Enable the hwe kernel variant for 22.04.2 (LP: #2006481). diff -Nru livecd-rootfs-2.765.15/live-build/auto/build livecd-rootfs-2.765.16/live-build/auto/build --- livecd-rootfs-2.765.15/live-build/auto/build 2023-02-07 13:36:42.000000000 +0000 +++ livecd-rootfs-2.765.16/live-build/auto/build 2023-02-16 13:23:17.000000000 +0000 @@ -579,6 +579,9 @@ virtual|generic-hwe-*) FLAVOUR="generic" ;; + lowlatency-hwe-*) + FLAVOUR="lowlatency" + ;; oem-*) FLAVOUR="oem" ;;