Skip to content

Commit f6008c9

Browse files
committed
tune linux-image-arm64 pinning
Signed-off-by: John Clark <inindev@gmail.com>
1 parent 6b871d1 commit f6008c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/setup_image.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ sid_kern_hook() {
103103
local mountpt="$2"
104104
local board="$3"
105105

106-
cat <<-EOF | sudo tee "$mountpt/etc/apt/preferences.d/kernel"
106+
cat <<-EOF | sudo tee "$mountpt/etc/apt/preferences.d/99-sid-kernel"
107107
Package: *
108-
Pin: release n=bookworm
109-
Pin-Priority: 900
108+
Pin: release n=bookworm*
109+
Pin-Priority: 600
110110
111111
Package: linux-image-arm64
112112
Pin: release n=sid
113-
Pin-Priority: 1001
113+
Pin-Priority: 900
114114
115115
EOF
116116

0 commit comments

Comments
 (0)