]> git.openstreetmap.org Git - chef.git/commitdiff
Use backports for kernel, firmware and microcode
authorTom Hughes <tom@compton.nu>
Thu, 12 Sep 2024 09:54:11 +0000 (10:54 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 12 Sep 2024 10:05:52 +0000 (11:05 +0100)
cookbooks/apt/recipes/default.rb

index 1c7f6f504bd655551a1343f2ffe1bfe4e2b24f3e..2699b6a66035cc18cf018ef3a0d3325eb1f56721 100644 (file)
@@ -38,6 +38,8 @@ apt_update "/etc/apt/sources.list" do
   action :nothing
 end
 
+dpkg_arch = node[:packages][:systemd][:arch]
+
 if platform?("debian")
   archive_host = "deb.debian.org"
   archive_security_host = archive_host
@@ -46,8 +48,8 @@ if platform?("debian")
   archive_suites = %w[main updates backports security]
   archive_components = %w[main contrib non-free non-free-firmware]
   backport_packages = case node[:lsb][:codename]
-                      when "bookworm" then %w[exim4 libosmium osm2pgsql otrs2 pyosmium smartmontools systemd]
-                      else %w[]
+                      when "bookworm" then %W[amd64-microcode exim4 firmware-free firmware-nonfree intel-microcode libosmium linux-signed-#{dpkg_arch} osm2pgsql otrs2 pyosmium smartmontools systemd]
+                      else %W[]
                       end
 elsif intel?
   archive_host = if node[:country]