From 282d42ae8cdedcc463e9b3d4dd2192ddf7bf6ffd Mon Sep 17 00:00:00 2001 From: "Caleb St. John" <30729806+yocalebo@users.noreply.github.com> Date: Sat, 21 Sep 2024 06:57:58 -0400 Subject: [PATCH] pull all firmware packages from backports (#720) --- conf/build.manifest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/build.manifest b/conf/build.manifest index 81050d7..5a28ec9 100644 --- a/conf/build.manifest +++ b/conf/build.manifest @@ -191,6 +191,9 @@ apt_preferences: - Package: "*curl*" Pin: "release n=bookworm-security" Pin-Priority: 1000 +- Package: "*firmware*" + Pin: "release n=bookworm-backports" + Pin-Priority: 1000 - Package: "golang*" Pin: "release n=bookworm-backports" Pin-Priority: 1000