diff options
| author | Steve McIntyre <steve@einval.com> | 2024-04-25 22:42:28 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2024-05-03 14:39:32 +0100 |
| commit | 2eeb58196c0b544d43ce101904a1914e79b41abd (patch) | |
| tree | fe7ac40970a56069162d801f378188006dd8ac80 /debian/rules | |
| parent | a1e8635ac6e7e122e698c859628c5b5e41679dab (diff) | |
| download | efi-boot-shim-2eeb58196c0b544d43ce101904a1914e79b41abd.tar.gz efi-boot-shim-2eeb58196c0b544d43ce101904a1914e79b41abd.zip | |
Log if the build is nx-compatible or not
Add a new simple script to do this: check_nx
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index a6e97448..39d0357e 100755 --- a/debian/rules +++ b/debian/rules @@ -81,7 +81,12 @@ override_dh_auto_install: # And remove the extra removable-media copy of shim too, it's # not needed for our build and causes debhelper to complain rm -f debian/tmp/boot/efi/EFI/BOOT/BOOT*.EFI + + # Generate the template packages that we'll use for SB signing later ./debian/signing-template.generate + + # Log some useful things about the build here + ./debian/check_nx shim*.efi sha256sum *.efi generate-gnu-efi: |
