flash-images: Increase size of the /boot partition

Same as change to the installer.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Michael Tremer
2022-08-07 12:06:04 +00:00
committed by Peter Müller
parent a08173658c
commit ca119bb268

View File

@@ -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"