From ea2ac021406e0365b79333c1e82e38bec7a836db Mon Sep 17 00:00:00 2001 From: Ark74 <ark@switnet.org> Date: Wed, 24 Jan 2024 11:43:31 -0600 Subject: [PATCH] debian-installer: rebuild against linux-hwe-6.5 --- 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 b716a6cf..eacba375 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=16 +VERSION=17 EXTERNAL='deb-src http://ftp.debian.org/debian bullseye main' REPOKEY=0E98404D386FA1D9 NETINST=true @@ -26,7 +26,7 @@ NETINST=true # Set kernel from release/main packages. set_kernel_release() { -KRNL_REL=6.2 +KRNL_REL=6.5 LASTKERNEL="$(apt-cache madison -c ${LOCAL_APT}/etc/apt_${CODENAME}.conf linux-hwe-$KRNL_REL-tools-common |\ grep ${CODENAME}/main |\ awk '{print$3}'|head -n1 |\ -- GitLab