From b4045fe25ede5e01197d245138d23ac3717b82b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Wed, 18 Oct 2023 23:16:15 +0000
Subject: [PATCH] debian-installer: track 6.2 hwe kernel release.

---
 helpers/make-debian-installer | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/make-debian-installer b/helpers/make-debian-installer
index 083028ea..be69b3e0 100644
--- a/helpers/make-debian-installer
+++ b/helpers/make-debian-installer
@@ -18,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=14
+VERSION=15
 EXTERNAL='deb-src http://ftp.debian.org/debian bullseye main'
 REPOKEY=0E98404D386FA1D9
 NETINST=true
@@ -46,7 +46,7 @@ EOF
 find build/pkg-lists -type f | xargs -r 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-hwe-5.19-tools-common|\
+LASTKERNEL="$(apt-cache madison -c ${LOCAL_APT}/etc/apt_${CODENAME}.conf linux-hwe-6.2-tools-common|\
               grep ${CODENAME}/main|\
               awk '{print$3}'|head -n1|\
               cut -d. -f1,2,3)"
-- 
GitLab