From cf18778af1bf1620c026384b7a2d709445ab810d Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Sat, 1 Aug 2026 23:59:43 -0400 Subject: [PATCH] Ensured [linux-headers] package matches booted kernel version --- debian/live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/live.sh b/debian/live.sh index e961029..c27b719 100755 --- a/debian/live.sh +++ b/debian/live.sh @@ -22,7 +22,7 @@ apt \ --yes \ mmdebstrap \ gdisk \ - linux-headers-generic \ + linux-headers-$(uname -r) \ systemd-timesyncd \ whois \ zfsutils-linux