From 742eb1c3ae88ce73e57ea8432d78fecd79a45abd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Thu, 6 Jul 2023 03:12:38 +0000
Subject: [PATCH] debian-installer: add missing changes

---
 helpers/make-debian-installer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/make-debian-installer b/helpers/make-debian-installer
index 7797557c..a9d66e28 100644
--- a/helpers/make-debian-installer
+++ b/helpers/make-debian-installer
@@ -46,7 +46,7 @@ EOF
 find build/pkg-lists -type f | xargs sed -i /media-retriever/d
 apt-get update -c ${LOCAL_APT}/etc/apt_${CODENAME}.conf
 # Get available kernel at release/main packages.
-LASTKERNEL="$(apt-cache madison -c ${LOCAL_APT}/etc/apt_${CODENAME}.conf linux-libc-dev|\
+LASTKERNEL="$(apt-cache madison -c ${LOCAL_APT}/etc/apt_${CODENAME}.conf linux-hwe-5.19-tools-common|\
               grep ${CODENAME}/main|\
               awk '{print$3}'|head -n1|\
               cut -d. -f1,2,3)"
-- 
GitLab