From: Michael Tremer Date: Sun, 7 Aug 2022 12:06:04 +0000 (+0000) Subject: flash-images: Increase size of the /boot partition X-Git-Tag: v2.27-core170~4^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca119bb268d98a0afef7819fa23e16332dd6d07e;p=ipfire-2.x.git flash-images: Increase size of the /boot partition Same as change to the installer. Signed-off-by: Michael Tremer Reviewed-by: Peter Müller --- diff --git a/lfs/flash-images b/lfs/flash-images index 8a033c310c..b4fde8dd96 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -77,9 +77,9 @@ else PART_TYPE = L endif -# /boot: 128MB - OFFSET +# /boot: 256 MB - OFFSET # / : 1800 MB -S_BOOT := $(shell echo $$(( 262144 - $(S_OFFSET) ))) +S_BOOT := $(shell echo $$(( 524288 - $(S_OFFSET) ))) S_ROOT := 3773292 ifeq "$(EFI)" "1"