From 38e5a617e4131702b098fe2d2d0aa00e70072760 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sat, 4 May 2024 14:36:15 +0100 Subject: Install a copy of the Debian CA certificate into /usr/share/shim. Closes: #1069054 --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 5edabe1b..363bcb2d 100755 --- a/debian/rules +++ b/debian/rules @@ -87,6 +87,8 @@ override_dh_auto_install: # not needed for our build and causes debhelper to complain rm -f debian/tmp/boot/efi/EFI/BOOT/BOOT*.EFI + install -m 644 $(cert) debian/shim-unsigned/usr/share/shim + # Generate the template packages that we'll use for SB signing later ./debian/signing-template.generate -- cgit v1.2.3