From 9a0609fb9889ad4d29973fc0ff3c6a9667531a3d Mon Sep 17 00:00:00 2001 From: marcosfad Date: Sat, 20 Nov 2021 17:07:23 +0100 Subject: [PATCH] Fix build --- files/chroot_build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 2396908..51d875a 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -64,6 +64,7 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" linux-firmware \ grub-efi-amd64-signed \ intel-microcode \ + linux-headers-azure \ linux-headers-5.11.22-t2-hwe-bigsur \ linux-headers-5.11.22-t2-hwe-mojave \ linux-headers-5.12.19-t2-a-bigsur \ @@ -239,6 +240,7 @@ apt-get purge -y \ xiterm+thai \ vim \ linux-generic \ + linux-headers-azure \ '^linux-headers-5\.4\..*' \ linux-headers-generic \ '^linux-image-5\.4\..*' \