flash-image: increase boot partition to match with iso install

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2018-06-06 14:52:55 +02:00
parent a4923c7f75
commit 779706b5f8

View File

@@ -70,9 +70,9 @@ else
PART_TYPE = L
endif
# /boot: 100MB - OFFSET
# /boot: 128MB - OFFSET
# / : 1200 MB
S_BOOT := $(shell echo $$(( 204800 - $(S_OFFSET) )))
S_BOOT := $(shell echo $$(( 262144 - $(S_OFFSET) )))
S_ROOT := 2477600
PADDING = 100 # MB