From: Michael Tremer Date: Thu, 7 Jun 2018 22:31:13 +0000 (+0100) Subject: flash-images: Make EFI partition 32MB X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f8d4fd5b67de091cd6c599d65a66c88241789de;p=people%2Fms%2Fipfire-2.x.git flash-images: Make EFI partition 32MB Signed-off-by: Michael Tremer --- diff --git a/lfs/flash-images b/lfs/flash-images index 57a47e5e14..d7a9df8b9e 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -79,7 +79,7 @@ S_BOOT := $(shell echo $$(( 262144 - $(S_OFFSET) ))) S_ROOT := 2477600 ifeq "$(EFI)" "1" - S_EFI = 204800 + S_EFI = 65536 # 32 MB else S_EFI = 0 endif