Skip to content

Commit

Permalink
Disable uefi_signed on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed May 8, 2024
1 parent b57f055 commit aba43ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian.master/rules.d/arm64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_image = Image.gz
kernel_file = arch/$(build_arch)/boot/Image.gz
install_file = vmlinuz
no_dumpfile = true
uefi_signed = true
uefi_signed = false

vdso = vdso_install

Expand Down

0 comments on commit aba43ee

Please sign in to comment.