From 0d0c64a579e4be96af8dbabb9662ca9fcc7f82a2 Mon Sep 17 00:00:00 2001 From: Manawyrm Date: Thu, 7 Mar 2024 17:55:59 +0100 Subject: [PATCH] x86: use linux kernel from bookworm-backports --- x86_skeleton/etc/apt/sources.list | 2 ++ x86_skeleton/setup.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/x86_skeleton/etc/apt/sources.list b/x86_skeleton/etc/apt/sources.list index 9b49322..4234f18 100644 --- a/x86_skeleton/etc/apt/sources.list +++ b/x86_skeleton/etc/apt/sources.list @@ -6,3 +6,5 @@ deb-src http://deb.debian.org/debian-security/ bookworm-security main deb http://deb.debian.org/debian bookworm-updates main deb-src http://deb.debian.org/debian bookworm-updates main + +deb http://deb.debian.org/debian bookworm-backports main diff --git a/x86_skeleton/setup.sh b/x86_skeleton/setup.sh index 52fd2a1..6dcef65 100755 --- a/x86_skeleton/setup.sh +++ b/x86_skeleton/setup.sh @@ -3,6 +3,7 @@ apt update # make sure we have all updates installed (from the -updates and -security repos) APT_LISTCHANGES_FRONTEND=none DEBIAN_FRONTEND=noninteractive apt -o Dpkg::Options::="--force-confold" -f -y dist-upgrade +APT_LISTCHANGES_FRONTEND=none DEBIAN_FRONTEND=noninteractive apt install -f -y -t bookworm-backports linux-image-amd64 # to remove old kernel versions apt --purge autoremove apt install -y polkitd locales zstd dhcpcd wpasupplicant