From: Michael Prokop Date: Wed, 22 Feb 2023 14:02:28 +0000 (+0100) Subject: Increase EFI image size when using Secure Boot on amd64 X-Git-Tag: v0.43.2~1^2 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=842c047189a7b6b6c5bb9f152624b90ad2e3a2f9;hp=842c047189a7b6b6c5bb9f152624b90ad2e3a2f9;p=grml-live.git Increase EFI image size when using Secure Boot on amd64 Now as of git commit 721a473 the disk usage of the Secure Boot files increased and 4MB are no longer enough. We don't support Secure Boot for i386, so when either building for i386 or amd64 without Secure Boot then keep the default 4MB size. But if Secure Boot is not disabled and when not building for i386 (:= amd64) then increase EFI size to 8MB. Thanks: János Pásztor for bugreport and initial patch ---