Increase EFI image size when using Secure Boot on amd64
authorMichael Prokop <mika@grml.org>
Wed, 22 Feb 2023 14:02:28 +0000 (15:02 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 22 Feb 2023 14:02:28 +0000 (15:02 +0100)
commit842c047189a7b6b6c5bb9f152624b90ad2e3a2f9
tree1229ba6933401f0184a2b76eaaaaab8a43f9a428
parentf0a6302b2d20ff8fcd11397c635563c63e07a9b7
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
grml-live